Add support for json5

This commit is contained in:
Joakker 2021-08-24 18:23:16 -04:00 committed by Thomas Vigouroux
parent a76dbe7335
commit d8595fb923
5 changed files with 31 additions and 0 deletions

View file

@ -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,
}