small change
This commit is contained in:
parent
23db6ef085
commit
06cc3aa1d8
1 changed files with 11 additions and 0 deletions
11
after/syntax/ats.vim
Normal file
11
after/syntax/ats.vim
Normal 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
|
Loading…
Reference in a new issue