Is there some way of telling the IntelliJ IDEs like PyCharm that a specific file is of a specific format? -


for instance can have 2 files same file ending:

  • nginx.conf
  • ossec.conf

the first 1 in nginx format, second xml. how force different highlights each without renaming files?

setting template data language files in project settings might help: (see point 3.)

https://confluence.jetbrains.com/display/phpstorm/syntax+highlighting+of+php+inside+javascript+%28and+other+languages%29


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -