vim: tcomment for c2hs

This commit is contained in:
Gabriel Ebner 2016-07-14 20:02:01 +02:00
parent b439fc199b
commit 579f12df87
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -138,6 +138,7 @@ let g:LatexBox_latexmk_async = 1
let g:LatexBox_latexmk_preview_continuously = 1
let g:LatexBox_quickfix = 2
call tcomment#DefineType('nix', '# %s')
call tcomment#DefineType('chaskell', '-- %s')
au syntax tex setl iskeyword+=:
au syntax tex syn region texZone start="\\begin{clilisting}" end="\\end{clilisting}\|%stopzone\>"
au syntax tex syn region texZone start="\\begin{tacticslisting}" end="\\end{tacticslisting}\|%stopzone\>"