feat(jsonl): add JSON Lines parser

This commit is contained in:
Aidan De Angelis 2025-07-24 14:11:30 -07:00
parent 42fc28ba91
commit d1e2dc31b9
2 changed files with 10 additions and 0 deletions

View file

@ -1219,6 +1219,15 @@ list.jsonc = {
readme_name = "JSON with comments",
}
list.jsonl = {
install_info = {
url = "https://github.com/AJamesyD/tree-sitter-jsonl",
files = { "src/parser.c" },
branch = "mainline",
},
maintainers = { "@AJamesyD" },
}
list.jsonnet = {
install_info = {
url = "https://github.com/sourcegraph/tree-sitter-jsonnet",

View file

@ -0,0 +1 @@
; inherits: json