Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
39a4eb0b2ca901b59800fad086550053556e59dc
/
.
/
runtime
/
ftplugin
/
svelte.vim
blob: e0ec4e0ae377a5b96b0195ff528e309d1e8a97a3 [
file
] [
log
] [
blame
]
" 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<'