Closed
Description
Keywords such as if
or for
are highlighted as functions when standalone or in comments.
Test the following:
if (true) { // if highlights as a function
}
for (const x in y) { // for highlights as a function
}
// same with the below
// if (true) {
// }
// for (const x in y) {
// }
// foo bar object
For me the word object
is highlighted as a function when in a comment.
Possibly caused by #172
Metadata
Metadata
Assignees
Labels
No labels