summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/xkb.vim
blob: 73ca32e98356197d972c44f820873a6be68ecb3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" Vim filetype plugin
" Language:    xkb (X keyboard extension)
" Maintainer:  The Vim Project <https://github.com/vim/vim>
" Last Change: 2026 Mar 01

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

setl comments=://
setl commentstring=//\ %s

let b:undo_ftplugin = 'setl com< cms<'