Skip to content

Commit 2467883

Browse files
committed
Merge pull request #25 from magicdrive/pull-request
shebang any
2 parents 5f7d55e + a34f76b commit 2467883

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
@@ -34,7 +34,7 @@ endif
3434
syntax sync fromstart
3535

3636
"" syntax coloring for Node.js shebang line
37-
syn match shebang "^#!.*/bin/env\s\+node\>"
37+
syn match shebang "^#!.*"
3838
hi link shebang Comment
3939

4040
"" JavaScript comments"{{{

0 commit comments

Comments
 (0)