summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/twig.mnv
blob: 5dcab9ceff380b508f3c0639d58a203b83623599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin
" Language:	twig
" Maintainer:	Riley Bruins <ribru17@gmail.com>
" Last Change:	2025 Jul 14

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setlocal comments=s:{#,e:#}
setlocal commentstring={#\ %s\ #}

let b:undo_ftplugin = 'setl comments< commentstring<'