We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc70070 commit a34f76bCopy full SHA for a34f76b
1 file changed
syntax/javascript.vim
@@ -29,7 +29,7 @@ setlocal iskeyword+=$
29
syntax sync fromstart
30
31
"" syntax coloring for Node.js shebang line
32
-syn match shebang "^#!.*/bin/env\s\+node\>"
+syn match shebang "^#!.*"
33
hi link shebang Comment
34
35
"" JavaScript comments"{{{
0 commit comments