small change

This commit is contained in:
Vanessa McHale 2017-12-29 21:13:36 -06:00
parent 23db6ef085
commit 06cc3aa1d8
1 changed files with 11 additions and 0 deletions

11
after/syntax/ats.vim Normal file
View File

@ -0,0 +1,11 @@
scriptencoding utf-8
syntax match logicalAnd '&&' conceal cchar=
syntax match leq '<=' conceal cchar=
syntax match geq '>=' conceal cchar=
syntax match logicalOr '||' conceal cchar=
" FIXME boring white?
hi! link Conceal Keyword
setlocal conceallevel=1