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