package publish

This commit is contained in:
Vanessa McHale 2018-02-28 14:40:02 -06:00
parent 3560ca47d7
commit 6342e404e8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ syn region atsMacro start="\v^#" end="\v$" contains=atsString
syn keyword atsBool true false
syn match atsComment "\v\/\/.*$"
syn match atsComment "\v\/\/.*$" contains=atsTodo,@Spell
syn region atsNestComment start="(\*" end="\*)" contains=atsNestComment,atsTodo,@Spell
syntax match logicalAnd '&&' conceal cchar=