aboutsummaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c2
1 files changed, 1 insertions, 1 deletions
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,