Bug 322730 - Division operator can cause wrong syntax highlighting
Summary: Division operator can cause wrong syntax highlighting
Status: RESOLVED DUPLICATE of bug 321859
Alias: None
Product: kate
Classification: Applications
Component: syntax (show other bugs)
Version: Git
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-23 11:11 UTC by Christoph Feck
Modified: 2013-07-23 14:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
.js source showing the issue (3.78 KB, application/javascript)
2013-07-23 11:11 UTC, Christoph Feck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Feck 2013-07-23 11:11:43 UTC
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)
Comment 1 Dominik Haumann 2013-07-23 11:42:46 UTC
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?
Comment 2 Milian Wolff 2013-07-23 14:28:07 UTC
fixed already

*** This bug has been marked as a duplicate of bug 321859 ***