Add special char

This commit is contained in:
Vanessa McHale 2019-10-19 13:16:16 -05:00
parent 6770e0d484
commit 7c99875e67
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