Changed hoonAtom to Identifier. I think this is better?

This commit is contained in:
Philip Monk 2013-09-30 13:12:34 -07:00
parent eca34fa656
commit 1f0f4a30bf

View File

@ -13,7 +13,7 @@ syn case match
" Declerations
hi def link hoonDeclaration Define
hi def link hoonSymbol Constant
hi def link hoonAtom Keyword
hi def link hoonAtom Identifier
hi def link hoonRune Operator
hi def link hoonIdentifier Identifier
hi def link hoonBranch Conditional