Skip to content

Instantly share code, notes, and snippets.

@dahu
Created August 9, 2015 12:37
Show Gist options
  • Save dahu/fcc3a1773c3258e33546 to your computer and use it in GitHub Desktop.
Save dahu/fcc3a1773c3258e33546 to your computer and use it in GitHub Desktop.
simple syntax test case
syn match Element "^Test" nextgroup=Other
syn match Other "Case" contained
hi def link Element String
hi def link Other Number
finish
Test Case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment