Changed some stuff
This commit is contained in:
parent
d81c14b930
commit
66a0625382
4 changed files with 312 additions and 137 deletions
|
|
@ -249,7 +249,6 @@ static inline bool scan_bare_dollar(TSLexer *lexer)
|
|||
{
|
||||
while (iswspace(lexer->lookahead) && lexer->lookahead != '\n' && !lexer->eof(lexer))
|
||||
skip(lexer);
|
||||
|
||||
|
||||
if (lexer->lookahead == '$')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue