vim: add tptp comments

This commit is contained in:
Gabriel Ebner 2020-06-25 14:03:57 +02:00
parent b4d8372e17
commit 9cee04ea13

1
vimrc

@ -163,6 +163,7 @@ let g:haskell_conceal = 0
call tcomment#type#Define('nix', '# %s')
call tcomment#type#Define('chaskell', '-- %s')
call tcomment#type#Define('vala', '// %s')
call tcomment#type#Define('tptp', '%% %s')
au syntax tex setl iskeyword+=:
au syntax tex syn region texZone start="\\begin{clilisting}" end="\\end{clilisting}\|%stopzone\>"