Skip to content

Instantly share code, notes, and snippets.

@megalithic
Last active December 13, 2015 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megalithic/4942080 to your computer and use it in GitHub Desktop.
Save megalithic/4942080 to your computer and use it in GitHub Desktop.
attempt at highlighting debugger type of terms on write/read; specifically for js and rb files for now.
highlight javascriptDebugger guifg=white guibg=red ctermfg=white ctermbg=red
syntax match javascriptDebugger /debugger/
@megalithic
Copy link
Author

autocmd FileType javascript ... do something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment