Compare commits
No commits in common. "d83f0323660c0de3807cdd1292f6eb006d80322e" and "b2850f957dcf2e90d0e341158266fb554ea27416" have entirely different histories.
d83f032366
...
b2850f957d
|
@ -109,6 +109,3 @@ ${2: constructor(props) \{
|
|||
}
|
||||
endsnippet
|
||||
|
||||
snippet th "this.handle..."
|
||||
this.handle${1:Click} = this.handle$1.bind(this);
|
||||
endsnippet
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
extends css, javascript
|
|
@ -295,10 +295,6 @@ 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'
|
||||
|
|
Loading…
Reference in New Issue