type highlighting
This commit is contained in:
parent
7a90252f79
commit
e8e83886b6
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ syn match atsComment "\v\/\/.*$" contains=atsTodo,@Spell
|
|||
syn region atsNestComment start="/\*" end="\*/" contains=atsNestComment,atsTodo,@Spell
|
||||
syn region atsNestParenComment start="(\*" end="\*)" contains=atsTodo,@Spell,atsNestParenComment
|
||||
|
||||
syntax match atsType 'absvt@ype'
|
||||
syntax match atsType 'vt@ype'
|
||||
syntax match atsType 'abst@ype'
|
||||
syntax match atsType 't@ype'
|
||||
|
||||
syntax match logicalAnd '&&' conceal cchar=∧
|
||||
syntax match leq '<=' conceal cchar=≤
|
||||
syntax match geq '>=' conceal cchar=≥
|
||||
|
|
Loading…
Add table
Reference in a new issue