summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/swayconfig.mnv
blob: bdf97c2e2ba467b194bd3ad4c2eaad70fef86da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
" MNV filetype plugin file
" Language: sway config file
" Original Author: James Eapen <james.eapen@vai.org>
" Maintainer: James Eapen <james.eapen@vai.org>
" Version: 0.1
" Last Change: 2022 June 07

if exists("b:did_ftplugin")
  finish
endif

let b:did_ftplugin = 1

let b:undo_ftplugin = "setlocal cms<"

setlocal commentstring=#\ %s