1 files changed,
0 insertions(+),
8 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2025-09-28 14:38:11 +0300
Parent:
a43819c
M
filetype.lua
@@ -6,24 +6,16 @@ vim.filetype.add {
extension = { lock = "yaml", gotmpl = "gotmpl", - org_archive = "org", vil = "json", }, filename = { [".eslintrc"] = "jsonc", [".prettierrc"] = "jsonc", - [".babelrc"] = "jsonc", - [".flake8"] = "dosini", - [".editorconfig"] = "dosini", [".stignore"] = "gitignore", - ["todo.txt"] = "todotxt", - ["done.txt"] = "todotxt", - ["obtf.txt"] = "markdown", }, pattern = { ["%.env%.[%w_.-]+"] = "sh", ["*.Dockerfile.*"] = "dockerfile", - ["*/templates/**/*.html"] = "htmldjango", [".*/hypr/.+%.conf"] = "hyprlang", [".*/kitty/.+%.conf"] = "kitty", },