Skip to content

Instantly share code, notes, and snippets.

@blindFS
Last active December 21, 2015 19:09
Show Gist options
  • Save blindFS/6352661 to your computer and use it in GitHub Desktop.
Save blindFS/6352661 to your computer and use it in GitHub Desktop.
syn region lispAtomList contained matchgroup=Special start="(" skip="|.\{-}|" matchgroup=Special end=")" contains=TOP,@lispAtomCluster,lispString,lispEscapeSpecial
@blindFS
Copy link
Author

blindFS commented Aug 27, 2013

Add 'Top' to to 'contains' in order to keep lisp_rainbow highlighted inside.

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