summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/ftplugin/skhd.vim
AgeCommit message (Collapse)AuthorFiles
2026-01-26vim-patch:9.1.2110: filetype: skhd files are not recognizedzeertzjq1
Problem: filetype: skhd files are not recognized Solution: Detect .skhdrc and skhdrc as skhd filetype, include a syntax and filetype plugin, add syntax tests (Kiyoon Kim) Add syntax highlighting for skhd (simple hotkey daemon for macOS) configuration files. Includes filetype detection for skhdrc and .skhdrc files. Reference: - https://github.com/asmvik/skhd closes: vim/vim#19235 https://github.com/vim/vim/commit/e5f61842b509acea91c63923e60987ad7ae123dd Co-authored-by: Kiyoon Kim <kiyoon@users.noreply.github.com>