Skip to content

Instantly share code, notes, and snippets.

@zaftzaft
Last active August 29, 2015 13:59
Show Gist options
  • Save zaftzaft/10569599 to your computer and use it in GitHub Desktop.
Save zaftzaft/10569599 to your computer and use it in GitHub Desktop.
syn keyword coffeeKeyword require module console
command -nargs=+ HiLink hi def link <args>
HiLink coffeeKeyword Keyword
delcommand HiLink
" Vim syntax file
" Language: JavaScript & node.js
syn keyword nodejsKeyword require module console _ initialize
syn keyword jsFunction function
command -nargs=+ HiLink hi def link <args>
HiLink nodejsKeyword Keyword
HiLink jsFunction Identifier
delcommand HiLink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment