summaryrefslogtreecommitdiffstats
path: root/kate/data/prolog.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-03 00:41:25 +0900
committerSlávek Banko <slavek.banko@axis.cz>2015-12-23 02:22:40 +0100
commit18c445cb5b6270fa017d464d87d2690309d3ff29 (patch)
tree404b628197e19bdc868715e080f4ee5070dc9284 /kate/data/prolog.xml
parent17517c35528d3081ab128bbac26f631e4bf44ea4 (diff)
downloadtdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.tar.gz
tdelibs-18c445cb5b6270fa017d464d87d2690309d3ff29.zip
Kate syntax highlighting files update - Feb 2014
(cherry picked from commit bb647dca1516a45ce18f2e040bd20528f588e2fe)
Diffstat (limited to 'kate/data/prolog.xml')
-rw-r--r--kate/data/prolog.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/prolog.xml b/kate/data/prolog.xml
index e7fdde3db..e8e57fa5e 100644
--- a/kate/data/prolog.xml
+++ b/kate/data/prolog.xml
@@ -105,7 +105,7 @@ to make the rules more expressive. -->
<!ENTITY bs "\">
]>
<language name="Prolog" section="Sources"
- version="1.2" kateversion="2.5"
+ version="1.1-1" kateversion="2.3"
mimetype="text/x-prolog"
extensions="*.prolog;*.dcg;*.pro"
author="Torsten Eichstädt (torsten.eichstaedt@web.de)"
@@ -183,7 +183,7 @@ AL GUSTO (simple changes):
may safely remove/comment out the rules in "term/nested/list/curly" below
and handle it in the context "operator".
- Disable arith_expr: replace "context="arith_expr"" w/ "context="#stay""
- in the rules in contexts "atomic" and "operator" (two or three occurences).
+ in the rules in contexts "atomic" and "operator" (two or three occurrences).
- Disable indentation-based folding: in the section "general"@EOF:"folding".
- General guidelines: Be nice to slow/old hardware: avoid RegExpr (start w/
a RegExpr, test, then find a replacement), else match a RegExpr as late as
@@ -678,7 +678,7 @@ TODO sorted by priority
This is only a goody to highlight arith ops and detect syntax errors.
If it causes problems, disable it: exchange context="arith_expr" in
- "atomic" and "operator" below with context="#stay" (two or three occurences) -->
+ "atomic" and "operator" below with context="#stay" (two or three occurrences) -->
<context name="arith_expr" lineEndContext="#stay" attribute="Syntax Error" noIndentationBasedFolding="true" >
<DetectChar char="(" context="nested_expr" beginRegion="nested" attribute="( ) [ ]" />
<DetectChar lookAhead="true" char=")" context="#pop" attribute="( ) [ ]" />