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