File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33/// <reference types="tree-sitter-cli/dsl" />
44
55module . exports = grammar ( {
6- name : "core_schema " ,
6+ name : "legacy_schema " ,
77
88 extras : _ => [ ] ,
99
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://tree-sitter.github.io/tree-sitter/assets/schemas/grammar.schema.json" ,
3- "name" : " core_schema " ,
3+ "name" : " legacy_schema " ,
44 "rules" : {
55 "scalar" : {
66 "type" : " CHOICE" ,
Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ extern "C" {
655655#define TS_PUBLIC __attribute__((visibility("default")))
656656#endif
657657
658- TS_PUBLIC const TSLanguage * tree_sitter_core_schema (void ) {
658+ TS_PUBLIC const TSLanguage * tree_sitter_legacy_schema (void ) {
659659 static const TSLanguage language = {
660660 .abi_version = LANGUAGE_VERSION ,
661661 .symbol_count = SYMBOL_COUNT ,
You can’t perform that action at this time.
0 commit comments