package publish
This commit is contained in:
parent
f8b4d0c9fb
commit
b53298385b
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ syn region atsComment start="////" end="\%$" contains=atsTodo
|
|||
syn match atsSpecial display contained "\\\(x\x\+\|\o\{1,3}\|.\|$\)"
|
||||
syn match atsSpecial display contained "\\\(u\x\{4}\|U\x\{8}\)"
|
||||
syn match atsSpecial '\\n'
|
||||
syn match atsSpecial '@' '#'
|
||||
syn match atsSpecial '@'
|
||||
syn match atsSpecial '#'
|
||||
syn match atsFormat display "%\(\d\+\$\)\=[-+' #0*]*\(\d*\|\*\|\*\d\+\$\)\(\.\(\d*\|\*\|\*\d\+\$\)\)\=\([hlL]\|ll\)\=\([bdiuoxXDOUfeEgGcCsSpn]\|\[\^\=.[^]]*\]\)" contained
|
||||
syn region atsStringDenot start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=atsSpecial,atsFormat,atsSpecial,@Spell
|
||||
syn match atsCharDenot "'[^\\]'"
|
||||
|
|
Loading…
Reference in a new issue