mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
fix(v): add vlang as filetype
This commit is contained in:
parent
40670af980
commit
dbdbd71b41
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue