Skip to content

Commit fa6b1e7

Browse files
authored
feat: Add json and yaml
1 parent 5ddea8a commit fa6b1e7

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

languages.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@
7171
"elixir": {
7272
"repo": "https://github.com/elixir-lang/tree-sitter-elixir",
7373
"ref": "main"
74+
},
75+
"json": {
76+
"repo": "https://github.com/tree-sitter/tree-sitter-json",
77+
"ref": "master"
78+
},
79+
"yaml": {
80+
"repo": "https://github.com/ikatyang/tree-sitter-yaml",
81+
"ref": "master"
7482
}
7583
}
76-
}
84+
}

0 commit comments

Comments
 (0)