highlight hashbang in javascript mode for node.js scripts

This commit is contained in:
Fabian Jakobs 2011-02-25 09:25:18 +01:00
commit 7c92d113b2

View file

@ -127,6 +127,9 @@ var JavaScriptHighlightRules = function() {
}, {
token : "rparen",
regex : "[\\])}]"
}, {
token: "comment",
regex: "^#!.*$"
}, {
token : "text",
regex : "\\s+"