special char handling

This commit is contained in:
Vanessa McHale 2019-10-20 20:22:49 -05:00
parent 7c99875e67
commit 89fceeee49
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ syn match atsInt "\v[0-9]+"
syn match atsUint "\v[0-9]+u"
syn match atsHex "\v0x[0-9a-fA-F]+"
syn match atsSpecial +\v\\['"nt\\]+
syn match atsSpecial +\v\\['"nt\\{]+
syn match atsSpecial -\v\\[0-9]+-
syn region atsString start=+"+ end=+"+ contains=atsSpecial