package publish
This commit is contained in:
parent
9575c5fe84
commit
6e3fb30a33
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 '\\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