Skip to content

Instantly share code, notes, and snippets.

@nakal
Created June 14, 2018 15:58
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 nakal/611f623dfcd450696653b1e6616b90db to your computer and use it in GitHub Desktop.
Save nakal/611f623dfcd450696653b1e6616b90db to your computer and use it in GitHub Desktop.
How to add custom syntax highlighting to C comments
syntax match CustomTodo '\(REMOVE\|FIX\|COMPLETE\|CHECK\)ME'
syntax cluster cCommentGroup add=CustomTodo
highlight CustomTodo ctermbg=yellow guibg=yellow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment