]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(xkb): Include a simple xkb ftplugin
authorGX <59413576+gx089@users.noreply.github.com>
Sun, 1 Mar 2026 17:12:00 +0000 (17:12 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 1 Mar 2026 17:12:00 +0000 (17:12 +0000)
commit14eddc7d46f2e6830beb00834f33eb272d028e82
treea1c08e5bd328590795f5dc3f59ef7fa0b1941065
parenta6550d5713e95f4dc85faf226ca7410c2ee4bf29
runtime(xkb): Include a simple xkb ftplugin

Problem:  There is a xkb syntax, but no filetype plugin.
Solution: Create a filetype plugin and set the comment and commentstring
          options for the xkb filetype (xkb = X keyboard extension)

closes: #19537

Signed-off-by: GX <59413576+gx089@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/xkb.vim [new file with mode: 0644]