Skip to content

Commit

Permalink
fix external scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
urbit-pilled committed Mar 22, 2024
1 parent 2f458be commit 09af8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ void *tree_sitter_gritql_external_scanner_create() {
return NULL;
}

bool tree_sitter_xml_external_scanner_scan(void *payload, TSLexer *lexer, const bool *valid_symbols) {
bool tree_sitter_gritql_external_scanner_scan(void *payload, TSLexer *lexer, const bool *valid_symbols) {
return false;
}

Expand Down

0 comments on commit 09af8ce

Please sign in to comment.