As per Curtis's suggestion, highlight atom odors.

This commit is contained in:
Philip Monk 2013-09-30 12:55:26 -07:00
parent bb2b616df8
commit 105a6cf55c

View File

@ -27,7 +27,7 @@ hi def link hoonString String
syn match hoonDeclaration "++" nextgroup=hoonSymbolDec skipwhite
syn match hoonSymbol /%\w*/
"syn match hoonBranch /?[^\w\s]/
syn keyword hoonAtom @
syn match hoonAtom /@\w*/
syn match hoonName "\w*" contained
syn match hoonSymbolDec "\w*" contained contains=hoonName