From 664aa988f6d9cdb7b75218666fbe348c85ef8b29 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Sep 2019 15:44:43 +0200 Subject: Update --- ftplugin/mustache.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ftplugin/mustache.vim') diff --git a/ftplugin/mustache.vim b/ftplugin/mustache.vim index d8a351b7..c0eb6221 100644 --- a/ftplugin/mustache.vim +++ b/ftplugin/mustache.vim @@ -25,6 +25,9 @@ if exists("loaded_matchit") && exists("b:match_words") \ . '\%({{\)\@<=/\s*\1\s*}}' endif +" Set template for comment +setlocal commentstring={{!--\ %s\ --}} + if exists("g:mustache_abbreviations") inoremap {{{ {{{}}} inoremap {{ {{}} -- cgit v1.2.3