mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 23:12:08 +03:00
As per Curtis's suggestion, highlight atom odors.
This commit is contained in:
parent
bb2b616df8
commit
105a6cf55c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user