We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f7d55e + a34f76b commit 2467883Copy full SHA for 2467883
1 file changed
syntax/javascript.vim
@@ -34,7 +34,7 @@ endif
34
syntax sync fromstart
35
36
"" syntax coloring for Node.js shebang line
37
-syn match shebang "^#!.*/bin/env\s\+node\>"
+syn match shebang "^#!.*"
38
hi link shebang Comment
39
40
"" JavaScript comments"{{{
0 commit comments