master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 2948f0b423 - Show all commits

View File

@@ -9,6 +9,9 @@ vim.filetype.add({
simcfg = 'xml',
simcon = 'xml',
simudex = 'xml',
rasi = 'rasi',
rofi = 'rasi',
wofi = 'rasi',
},
filename = {
['JenkinsFile'] = 'groovy',
@@ -18,6 +21,11 @@ vim.filetype.add({
['.clangd'] = 'yaml',
['.clang-tidy'] = 'yaml',
['.yamlfmt'] = 'yaml',
['.*/waybar/config'] = 'jsonc',
['.*/mako/config'] = 'dosini',
['.*/kitty/.+%.conf'] = 'kitty',
['.*/hypr/.+%.conf'] = 'hyprlang',
['%.env%.[%w_.-]+'] = 'sh',
},
})