1 files changed,
2 insertions(+),
0 deletions(-)
M
filetype.lua
@@ -7,6 +7,7 @@ extension = {
lock = "yaml", gotmpl = "gotmpl", org_archive = "org", + jjdescription = "gitcommit", }, filename = { [".eslintrc"] = "jsonc",@@ -17,6 +18,7 @@ [".editorconfig"] = "dosini",
[".stignore"] = "gitignore", ["todo.txt"] = "todotxt", ["done.txt"] = "todotxt", + ["obtf.txt"] = "markdown", }, pattern = { ["%.env%.[%w_.-]+"] = "sh",