package publish
This commit is contained in:
parent
3560ca47d7
commit
6342e404e8
1 changed files with 1 additions and 1 deletions
|
@ -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=∧
|
||||
|
|
Loading…
Reference in a new issue