Подсветка twee

This commit is contained in:
Alexander Yakovlev 2019-04-19 21:45:57 +07:00
parent 405c532be4
commit 4c81192d05
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

4
.vimrc
View file

@ -54,6 +54,7 @@ Pack 'mustache/vim-mustache-handlebars', { 'for': ['mustache', 'handlebars'] }
Pack 'maksimr/vim-jsbeautify', { 'for': ['js', 'javascript'] }
Pack 'roxma/LanguageServer-php-neovim', {'do': 'composer install && composer run-script parse-stubs'}
Pack 'otommod/twee-sugarcube.vim', {'for': ['twee']}
let g:ale_completion_enabled = 1
Pack 'w0rp/ale'
@ -96,6 +97,9 @@ set noswapfile
au BufRead,BufNewFile *.tpl set filetype=smarty
au BufRead,BufNewFile *.cson set filetype=coffee
au BufRead,BufNewFile *.heml set filetype=html
au BufRead,BufNewFile *.twee set filetype=twee
au BufRead,BufNewFile *.tw set filetype=twee
au BufRead,BufNewFile *.tw2 set filetype=twee
autocmd FileType html,htmldjango,jinjahtml,eruby,mako let b:closetag_html_style=1
if !has('nvim')