view runtime/ftplugin/swayconfig.vim @ 30583:fc88f4597670

Added tag v9.0.0626 for changeset 72245f9c940583565b9967defba017e2bc1b4d5d
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Sep 2022 22:45:05 +0200
parents 34c1f4cd0c18
children
line wrap: on
line source

" Vim 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