notepad++ color schema for custome file name
I have file 'file_name.js.php' (it's contain JS code), when I open that
file in Notepad++, file code is colorize to PHP schema but I wanna to
colorize it to JS schema.
file_name.js.php
var foo = 'bar';
alert(foo);
Is it possible, how?
No comments:
Post a Comment