When I generate CSS or JavaScript files using PHP I like to use .js.php or .css.php file extensions. so that I know what's going on.
Is there a way of associating these "compound" file extensions to their respective languages?
|
|
When I generate CSS or JavaScript files using PHP I like to use .js.php or .css.php file extensions. so that I know what's going on. Is there a way of associating these "compound" file extensions to their respective languages?
|
||
|
|
|
|
What I usually do is condense such "compound" extensions into one, following the tradition of condensing .tar.gz into .tgz. |
||
|
|
|
|
I don't use NetBeans or PHP, but the following trick helped me in a similar setting:
Simply surround the js code with |
||
|
|