package publish
This commit is contained in:
parent
9df0352446
commit
cec858da5d
1 changed files with 1 additions and 1 deletions
|
@ -10,9 +10,9 @@ endif
|
||||||
syn keyword atsTodo TODO FIXME contained
|
syn keyword atsTodo TODO FIXME contained
|
||||||
syn match atsIdentifier "\v[a-zA-Z][a-zA-Z_0-9]*"
|
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 atsInt "\v[0-9]+"
|
||||||
syn match atsUint "\v[0-9]+u"
|
syn match atsUint "\v[0-9]+u"
|
||||||
|
syn match atsHex "\v0x[0-9a-fA-F]+"
|
||||||
|
|
||||||
syn match atsSpecial +\v\\["nt\\]+
|
syn match atsSpecial +\v\\["nt\\]+
|
||||||
syn match atsSpecial -\v\\[0-9]+-
|
syn match atsSpecial -\v\\[0-9]+-
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue