ats-vim/after/syntax/ats.vim

12 lines
268 B
VimL
Raw Normal View History

2017-12-29 22:13:36 -05:00
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