You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letfoo=20;foo/=3;// all code here is higlighted incorrectlyfoo/=3;
Outcome
Expectations
the /= should be highlighted the same as *=, and highlighting between it should work
at the very least it would be good to make regex stop at the end of a line, javascript doesn't have multiline regexes.
Additional information
there are some other old similar issues but i haven't seen anything about this particular operator
The text was updated successfully, but these errors were encountered:
Version of Kakoune
v2023.07.29
Reproducer
create a file test.js
Outcome
Expectations
the
/=
should be highlighted the same as*=
, and highlighting between it should workat the very least it would be good to make regex stop at the end of a line, javascript doesn't have multiline regexes.
Additional information
there are some other old similar issues but i haven't seen anything about this particular operator
The text was updated successfully, but these errors were encountered: