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:
Riley Bruins 2024-11-03 20:38:14 -08:00 committed by Christian Clason
parent dbf90fbfa6
commit d3d4c1411c

View file

@ -288,6 +288,7 @@ list.cooklang = {
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@addcninblue" },
filetype = "cook",
}
list.corn = {