We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7b4fc commit 3bd75c5Copy full SHA for 3bd75c5
src/scanner.c
@@ -296,8 +296,8 @@ static bool scan_automatic_semicolon(TSLexer *lexer) {
296
297
if (sameline) {
298
switch (lexer->lookahead) {
299
- // Insert imaginary semicolon before an 'import' but in front of other
300
- // words or keywords starting with 'i'
+ // Insert imaginary semicolon before an 'import' but not in front
+ // of other words or keywords starting with 'i'
301
case 'i':
302
return scan_for_word(lexer, "mport", 5);
303
0 commit comments