mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:9.1.0421: filetype: hyprlang files are not recognized
Problem: filetype: hyprlang files are not recognized
Solution: recognize 'hypr{land,paper,idle,lock}.conf' files
as 'hyprlang' filetype, add hyprlang ftplugin
(Riley Bruins)
closes: vim/vim#14803
5f1b115afd
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
This commit is contained in:
@@ -1431,6 +1431,10 @@ local filename = {
|
||||
['/etc/host.conf'] = 'hostconf',
|
||||
['/etc/hosts.allow'] = 'hostsaccess',
|
||||
['/etc/hosts.deny'] = 'hostsaccess',
|
||||
['hyprland.conf'] = 'hyprlang',
|
||||
['hyprpaper.conf'] = 'hyprlang',
|
||||
['hypridle.conf'] = 'hyprlang',
|
||||
['hyprlock.conf'] = 'hyprlang',
|
||||
['/.icewm/menu'] = 'icemenu',
|
||||
['.indent.pro'] = 'indent',
|
||||
indentrc = 'indent',
|
||||
|
||||
Reference in New Issue
Block a user