shebang any

This commit is contained in:
Hiroshi IKEGAMI
2013-08-04 22:50:12 +09:00
parent cc7007036b
commit a34f76bd05

View File

@@ -29,7 +29,7 @@ setlocal iskeyword+=$
syntax sync fromstart
"" syntax coloring for Node.js shebang line
syn match shebang "^#!.*/bin/env\s\+node\>"
syn match shebang "^#!.*"
hi link shebang Comment
"" JavaScript comments"{{{