mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2025-12-12 07:31:54 +08:00
@@ -34,7 +34,7 @@ endif
|
|||||||
syntax sync fromstart
|
syntax sync fromstart
|
||||||
|
|
||||||
"" syntax coloring for Node.js shebang line
|
"" syntax coloring for Node.js shebang line
|
||||||
syn match shebang "^#!.*/bin/env\s\+node\>"
|
syn match shebang "^#!.*"
|
||||||
hi link shebang Comment
|
hi link shebang Comment
|
||||||
|
|
||||||
"" JavaScript comments"{{{
|
"" JavaScript comments"{{{
|
||||||
|
|||||||
Reference in New Issue
Block a user