fix(v): add vlang as filetype

This commit is contained in:
Turiiya 2023-03-17 13:57:22 +01:00 committed by Stephan Seitz
parent 40670af980
commit dbdbd71b41

View file

@ -1497,6 +1497,7 @@ list.v = {
files = { "src/parser.c", "src/scanner.c" }, files = { "src/parser.c", "src/scanner.c" },
location = "tree_sitter_v", location = "tree_sitter_v",
}, },
filetype = "vlang",
maintainers = { "@kkharji" }, maintainers = { "@kkharji" },
} }