2 files changed,
4 insertions(+),
1 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-04-18 18:59:35 +0300
Parent:
3dd24a5
jump to
| A | after/ftplugin/kitty.lua |
| M | filetype.lua |
M
filetype.lua
@@ -18,8 +18,10 @@ [".stignore"] = "gitignore",
["todo.txt"] = "todotxt", }, pattern = { - [".env.*"] = "sh", + ["%.env%.[%w_.-]+"] = "sh", ["*.Dockerfile.*"] = "dockerfile", ["*/templates/**/*.html"] = "htmldjango", + [".*/hypr/.+%.conf"] = "hyprlang", + [".*/kitty/.+%.conf"] = "kitty", }, }