mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
Add support for json5
This commit is contained in:
parent
a76dbe7335
commit
d8595fb923
5 changed files with 31 additions and 0 deletions
|
|
@ -684,6 +684,15 @@ list.vim = {
|
|||
maintainers = { "@vigoux" },
|
||||
}
|
||||
|
||||
list.json5 = {
|
||||
install_info = {
|
||||
url = "https://github.com/Joakker/tree-sitter-json5",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "json5",
|
||||
maintainers = { "@Joakker" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue