mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
vim-patch:9.1.0273: filetype: keymap files are not recognized
Problem: filetype: keymap files are not recognized
Solution: Detect '*.keymap' files as Device Tree Files
(0xadk)
closes: vim/vim#14434
b78753db5f
Co-authored-by: 0xadk <0xadk@users.noreply.github.com>
This commit is contained in:
@@ -367,6 +367,7 @@ local extension = {
|
||||
dtsi = 'dts',
|
||||
dtso = 'dts',
|
||||
its = 'dts',
|
||||
keymap = 'dts',
|
||||
dylan = 'dylan',
|
||||
intr = 'dylanintr',
|
||||
lid = 'dylanlid',
|
||||
|
||||
Reference in New Issue
Block a user