templating - Is it possible to switch between two different file type associations in IntelliJ? -


i have many *.hbs.ep files in project. these use mojolicious templating engine server side injection (the .ep part of filename) , use handlebars on client side.

when open these files in intellij, recognized mojolicious files. added file association *.hbs.ep => handlebars/mustache seems *.ep overriding this.

is there easy way switch between 2 overlapping file associations this? temporarily disabling *.ep association can use handlebars plugin.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -