File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ static inline int8_t find_quoted_token_info(const bool *valid_symbols) {
166
166
return -1 ;
167
167
}
168
168
169
- bool scan_quoted_content (TSLexer * lexer , const QuotedContentInfo * info ) {
169
+ static bool scan_quoted_content (TSLexer * lexer , const QuotedContentInfo * info ) {
170
170
lexer -> result_symbol = info -> token_type ;
171
171
172
172
bool is_heredoc = (info -> delimiter_length == 3 );
@@ -524,7 +524,7 @@ static bool scan_newline(TSLexer *lexer, const bool *valid_symbols) {
524
524
return false;
525
525
}
526
526
527
- bool scan (TSLexer * lexer , const bool * valid_symbols ) {
527
+ static bool scan (TSLexer * lexer , const bool * valid_symbols ) {
528
528
int8_t quoted_content_info_idx = find_quoted_token_info (valid_symbols );
529
529
530
530
// Quoted content, which matches any character except for close
You can’t perform that action at this time.
0 commit comments