package publish

This commit is contained in:
Vanessa McHale 2017-12-04 19:21:51 -06:00
parent 9575c5fe84
commit 6e3fb30a33
1 changed files with 1 additions and 1 deletions

View File

@ -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 "'[^\\]'"