mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
fix(vim-jsx-typescript): remove blank line that was causing error message (#3998)
This commit is contained in:
parent
6e25213d3e
commit
abe3a72017
@ -2,5 +2,4 @@
|
|||||||
" Vim ftdetect file
|
" Vim ftdetect file
|
||||||
" Language: TSX (Typescript)
|
" Language: TSX (Typescript)
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
|
||||||
autocmd BufNewFile,BufRead *.tsx setf typescriptreact
|
autocmd BufNewFile,BufRead *.tsx setf typescriptreact
|
||||||
|
Loading…
Reference in New Issue
Block a user