mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
vim-patch:7e9a1a7: runtime(svelte): basic svelte ftplugin file
closes: vim/vim#14949
7e9a1a75b8
Co-authored-by: Igor <igorlfs@ufmg.br>
This commit is contained in:
parent
5e49ef0af3
commit
34b7e00eed
13
runtime/ftplugin/svelte.vim
Normal file
13
runtime/ftplugin/svelte.vim
Normal file
@ -0,0 +1,13 @@
|
||||
" Vim filetype plugin
|
||||
" Language: svelte
|
||||
" Maintainer: Igor Lacerda <igorlafarsi@gmail.com>
|
||||
" Last Change: 2024 Jun 09
|
||||
|
||||
if exists('b:did_ftplugin')
|
||||
finish
|
||||
endif
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
setl commentstring=<!--\ %s\ -->
|
||||
|
||||
let b:undo_ftplugin = 'setl cms<'
|
Loading…
Reference in New Issue
Block a user