| Summary: | [PATCH] Katepart syntax highlighting should recognize \u0123 style escapes for JavaScript | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Lukas Sommer <sommerluk> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, sommerluk |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | http://commits.kde.org/ktexteditor/076de5273b29b818c3f9e8f1d1323d344581354c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: |
javascript.xml
javascript.diff javascript.diff |
||
|
Description
Lukas Sommer
2015-05-27 15:29:09 UTC
Created attachment 92865 [details]
javascript.xml
Hi, could you create a patch out of that? I think the version you based it on is already outdated, would make the application much easier ;=) Yes, I can create a patch. Could you point me a link to the current version of javascript.xml, please? (I was searching for it on Git, but apparently I did not pick up the most recent version.) Created attachment 93096 [details]
javascript.diff
Patch against current version provided.
Created attachment 93097 [details]
javascript.diff
Git commit 076de5273b29b818c3f9e8f1d1323d344581354c by Christoph Cullmann. Committed on 11/07/2015 at 14:11. Pushed by cullmann into branch 'master'. Bug 348317 - [PATCH] Katepart syntax highlighting should recognize \u0123 style escapes for JavaScript M +3 -1 src/syntax/data/javascript.xml http://commits.kde.org/ktexteditor/076de5273b29b818c3f9e8f1d1323d344581354c Thanks for the patch! |