mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
feat(jsonl): add JSON Lines parser
This commit is contained in:
parent
42fc28ba91
commit
d1e2dc31b9
2 changed files with 10 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
1
queries/jsonl/highlights.scm
Normal file
1
queries/jsonl/highlights.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
; inherits: json
|
||||
Loading…
Add table
Add a link
Reference in a new issue