Skip to content

Commit a34f76b

Browse files
committed
shebang any
1 parent cc70070 commit a34f76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/javascript.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ setlocal iskeyword+=$
2929
syntax sync fromstart
3030

3131
"" syntax coloring for Node.js shebang line
32-
syn match shebang "^#!.*/bin/env\s\+node\>"
32+
syn match shebang "^#!.*"
3333
hi link shebang Comment
3434

3535
"" JavaScript comments"{{{

0 commit comments

Comments
 (0)