diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:29:04 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 14:29:04 +0200 |
| commit | 0e6205ebcb990fd57f5056c1cf5e9de1487be934 (patch) | |
| tree | c3c96a45874df6326965e3aada63c9e9184aeb8d /src | |
| parent | 4a1d56285559545a56cb7c79a0ea1564f01e09e5 (diff) | |
Update name
Diffstat (limited to 'src')
| -rw-r--r-- | src/grammar.json | 2 | ||||
| -rw-r--r-- | src/parser.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/grammar.json b/src/grammar.json index e25308a..097ee85 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1,5 +1,5 @@ { - "name": "apinotation", + "name": "api_notation", "rules": { "source_file": { "type": "REPEAT", diff --git a/src/parser.c b/src/parser.c index fcfa1d0..1bce461 100644 --- a/src/parser.c +++ b/src/parser.c @@ -2736,7 +2736,7 @@ extern "C" { #define extern __declspec(dllexport) #endif -extern const TSLanguage *tree_sitter_apinotation(void) { +extern const TSLanguage *tree_sitter_api_notation(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, |