languages/docker: map dockercompose to yaml for treesitter

This commit is contained in:
Snoweuph 2026-06-10 21:27:44 +02:00
commit 41cc9f73e5
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
2 changed files with 8 additions and 3 deletions

View file

@ -117,6 +117,9 @@ in {
vim.treesitter = {
enable = true;
grammars = [cfg.treesitter.package];
filetypeMappings = {
yaml = ["dockercompose"];
};
};
})