diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8e3ce2cf4..8fc5e555e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -288,6 +288,7 @@ list.cooklang = { files = { "src/parser.c", "src/scanner.c" }, }, maintainers = { "@addcninblue" }, + filetype = "cook", } list.corn = { |
