working parser tm
This commit is contained in:
parent
8d192a0abc
commit
2d88b6af25
51 changed files with 33 additions and 31734 deletions
|
|
@ -250,6 +250,7 @@ static inline bool scan_bare_dollar(TSLexer *lexer)
|
|||
while (iswspace(lexer->lookahead) && lexer->lookahead != '\n' && !lexer->eof(lexer))
|
||||
skip(lexer);
|
||||
|
||||
|
||||
if (lexer->lookahead == '$')
|
||||
{
|
||||
advance(lexer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue