From 045fa53f1e0699e980c5c7cd85ecf237ae527ff0 Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Tue, 3 Mar 2020 16:02:24 -0600 Subject: [PATCH] try --- syntax/ats.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syntax/ats.vim b/syntax/ats.vim index 7f213c1..4d1016d 100644 --- a/syntax/ats.vim +++ b/syntax/ats.vim @@ -54,10 +54,10 @@ 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 atsType 'absvt@ype' contains=atsOperator +syntax match atsType 'vt@ype' contains=atsOperator +syntax match atsType 'abst@ype' contains=atsOperator +syntax match atsType 't@ype' contains=atsOperator syntax match logicalAnd '&&' conceal cchar=∧ syntax match leq '<=' conceal cchar=≤