| Summary: | [PATCH] Prolog highlighting marks Swi-Prolog 7.x new dict syntax as warning | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Raivo Laanemets <info> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | walter.von.entferndt |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kate/ab1e932a6d9ea88b2219f23f3a5b0628ba7d5fce | Version Fixed/Implemented In: | 4.14 |
| Sentry Crash Report: | |||
| Attachments: | Pathc to remove dot warning in relevant contexts. | ||
|
Description
Raivo Laanemets
2014-04-19 06:46:36 UTC
Created attachment 86164 [details]
Pathc to remove dot warning in relevant contexts.
Uploading possible patch.
@Raivo: Is there any negative side effect of this patch? Otherwise, we'll commit this. @Dominik: I hoped to get a comment from the original author (added to CC) but that has not happened. This is my first time to modify an highlight file. Someone with a deeper knowledge of highlight definitions should review my patch that it does exactly what it says: removes 3 warning markers. As far as I see it does not touch any other rules or context transitions and thus can't have negative side effects. I use the patched file on my system and daily work on Prolog projects using Kate, no issues so far. answer(Patch) :-
Patch is ok + well.done;
commit(Patch).
Git commit ab1e932a6d9ea88b2219f23f3a5b0628ba7d5fce by Dominik Haumann. Committed on 07/06/2014 at 13:37. Pushed by dhaumann into branch 'master'. fix: Prolog highlighting marks Swi-Prolog 7.x new dict syntax as warning Thanks to Raivo Laanemets for the patch! M +1 -4 part/syntax/data/prolog.xml http://commits.kde.org/kate/ab1e932a6d9ea88b2219f23f3a5b0628ba7d5fce Git commit babe8751b504200a354029216c1250aaf8fc3d3d by Dominik Haumann. Committed on 07/06/2014 at 13:38. Pushed by dhaumann into branch 'master'. fix: Prolog highlighting marks Swi-Prolog 7.x new dict syntax as warning M +1 -4 src/syntax/data/prolog.xml http://commits.kde.org/ktexteditor/babe8751b504200a354029216c1250aaf8fc3d3d |