mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
fix(cooklang): apply correct filetype
`Cooklang` files are recognized as `cook` in vim. This prevents the parser from attaching since it is looking for `cooklang` files, so we have to specify the `filetype` here.
This commit is contained in:
parent
dbf90fbfa6
commit
d3d4c1411c
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ list.cooklang = {
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@addcninblue" },
|
maintainers = { "@addcninblue" },
|
||||||
|
filetype = "cook",
|
||||||
}
|
}
|
||||||
|
|
||||||
list.corn = {
|
list.corn = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue