# treesitter grammars [[language]] name = "html" files = ["src/parser.c", "src/scanner.c"] headers = ["src/tag.h", "src/tree_sitter/alloc.h", "src/tree_sitter/array.h", "src/tree_sitter/parser.h"] revision = "c30792dee70aaa1910e66a39557a841b6e4386d5" repository = "https://github.com/tree-sitter/tree-sitter-html" [[language]] name = "json" files = ["src/parser.c"] headers = ["src/tree_sitter/alloc.h", "src/tree_sitter/array.h", "src/tree_sitter/parser.h"] revision = "f2503f1c437fe24560876557868ac94c9cfd3216" repository = "https://github.com/tree-sitter/tree-sitter-json" [[language]] name = "toml" files = ["src/parser.c", "src/scanner.c"] headers = ["src/tree_sitter/parser.h"] revision = "342d9be207c2dba869b9967124c679b5e6fd0ebe" repository = "https://github.com/tree-sitter/tree-sitter-toml" [[language]] name = "xml" files = ["xml/src/parser.c", "xml/src/scanner.c"] headers = ["common/scanner.h", "xml/src/tree_sitter/alloc.h", "xml/src/tree_sitter/array.h", "xml/src/tree_sitter/parser.h"] revision = "cd1316e476ec40da6ce1fb5749c9d7e6b4f1090c" repository = "https://github.com/tree-sitter-grammars/tree-sitter-xml" [[language]] name = "yaml" files = ["src/parser.c", "src/scanner.c", "src/schema.core.c", "src/schema.json.c"] headers = ["src/tree_sitter/alloc.h", "src/tree_sitter/array.h", "src/tree_sitter/parser.h"] revision = "7b03feefd36b5f155465ca736c6304aca983b267" repository = "https://github.com/tree-sitter-grammars/tree-sitter-yaml"