blob: e0ec4e0ae377a5b96b0195ff528e309d1e8a97a3 [file] [log] [blame]
Igor7e9a1a72024-06-10 18:19:57 +02001" Vim filetype plugin
2" Language: svelte
3" Maintainer: Igor Lacerda <igorlafarsi@gmail.com>
4" Last Change: 2024 Jun 09
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setl commentstring=<!--\ %s\ -->
12
13let b:undo_ftplugin = 'setl cms<'