vim-syntax-typoscript/ftplugin/typoscript.vim

10 lines
218 B
VimL
Raw Normal View History

2020-09-06 21:29:54 +02:00
setlocal commentstring=#%s
setlocal cindent
setlocal cinwords=
setlocal cinoptions=
" Do not indent after assignment
setlocal cinoptions+=+0
" Indent multi line value, but not closing brace
setlocal cinoptions+=(s,m1