package publish
This commit is contained in:
parent
e10570969b
commit
9df0352446
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ endif
|
|||
syn keyword atsTodo TODO FIXME contained
|
||||
syn match atsIdentifier "\v[a-zA-Z][a-zA-Z_0-9]*"
|
||||
|
||||
syn match atsHex "\v0x[0-9a-fA-F]+"
|
||||
syn match atsInt "\v[0-9]+"
|
||||
syn match atsUint "\v[0-9]+u"
|
||||
|
||||
|
@ -71,6 +72,7 @@ highlight link atsSpecial Special
|
|||
highlight link atsString String
|
||||
highlight link atsUint Number
|
||||
highlight link atsInt Number
|
||||
highlight link atsHex Number
|
||||
highlight link atsChar Character
|
||||
highlight link atsComment Comment
|
||||
highlight link atsNestComment Comment
|
||||
|
|
Loading…
Reference in a new issue