| Summary: | Division operator can cause wrong syntax highlighting | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Christoph Feck <cfeck> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | .js source showing the issue | ||
Milian, since you were working on js highlighting before: Can you take care of this by adding it to the test hl file, and comment on whether this is fixable? fixed already *** This bug has been marked as a duplicate of bug 321859 *** |
Created attachment 81288 [details] .js source showing the issue To reproduce: - open attached .js source code - find the two occurrences of " / 2" in the source Actual results: - the code between these two occurrences is not highlighted correctly (here it appears all green)