feat(hydra): add hydra-repl filetype integration

This commit is contained in:
2026-04-26 19:00:49 +02:00
parent 8aafaf7d35
commit 2efccdb4de
2 changed files with 36 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ vim.filetype.add({
["%.env.*"] = "dotenv",
["%.pl$"] = "prolog",
[".*.containerfile.*"] = "dockerfile",
["%.hydra$"] = "javascript",
},
})