mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.1.1598: filetype: waybar config file is not recognized
Problem: filetype: waybar config file is not recognized
Solution: Detect */waybar/config file as jsonc filetype
(Furkan Sahin)
closes: vim/vim#17915
a6e28b1d05
Co-authored-by: Furkan Sahin <furkan-dev@proton.me>
This commit is contained in:
committed by
Christian Clason
parent
7dbf347dda
commit
1f7ab25915
@@ -2220,6 +2220,7 @@ local pattern = {
|
||||
['/gitolite%-admin/conf/'] = starsetf('gitolite'),
|
||||
['/%.i3/config$'] = 'i3config',
|
||||
['/i3/config$'] = 'i3config',
|
||||
['/waybar/config$'] = 'jsonc',
|
||||
['/%.mplayer/config$'] = 'mplayerconf',
|
||||
['/supertux2/config$'] = 'scheme',
|
||||
['/neofetch/config%.conf$'] = 'sh',
|
||||
|
||||
Reference in New Issue
Block a user