add vim-styled-components

This commit is contained in:
Ray Elliott 2020-04-26 20:10:37 +01:00
parent eca9369e92
commit f00fb8f778
1 changed files with 4 additions and 0 deletions

View File

@ -295,6 +295,10 @@ let g:mta_filetypes = {
" command! HiJinja call SyntaxRange#Include('{{', '}}', 'jinja', 'jinjaBraces', 'jinjaVariable')
" command! HiJinja call SyntaxRange#IncludeEx('start=/{{-\?/hs=s+2 end=/-\?}}/he=s-1', 'jinja')
"}}}
" #vim-Styled-components{{{
"https://github.com/styled-components/vim-styled-components
Plug 'styled-components/vim-styled-components', { 'branch': 'main' }
"}}}
" #wordpress.vim{{{
" doesn't support universal ctags
" #Plug 'dsawardekar/wordpress.vim'