fix?
This commit is contained in:
parent
bcb646ea86
commit
7a90252f79
1 changed files with 3 additions and 3 deletions
|
@ -10,13 +10,13 @@ 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 atsFloat "\v[0-9]+\.[0-9]+f"
|
||||||
|
syn match atsDouble "\v[0-9]+\.[0-9]+"
|
||||||
|
|
||||||
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 atsHex "\v0x[0-9a-fA-F]+"
|
||||||
|
|
||||||
syn match atsFloat "\v[0-9]+\.[0-9]+f"
|
|
||||||
syn match atsDouble "\v[0-9]+\.[0-9]+"
|
|
||||||
|
|
||||||
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