summaryrefslogtreecommitdiffstats
path: root/kate/data/roff.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-10-25 20:12:45 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-10-25 20:26:12 +0800
commit36e8000863322e5367dafa398b228a72502030a4 (patch)
tree130c6f67f85401148e1c2838b01fd9a4e8b74223 /kate/data/roff.xml
parent48c3adf7bda38f19bd5c4a1a58348ae91bc82bf8 (diff)
downloadtdelibs-36e8000863322e5367dafa398b228a72502030a4.tar.gz
tdelibs-36e8000863322e5367dafa398b228a72502030a4.zip
Kate syntax highlighting files update - Oct 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd1a8d0d1a40f43040555128913e55202f241270)
Diffstat (limited to 'kate/data/roff.xml')
-rw-r--r--kate/data/roff.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/data/roff.xml b/kate/data/roff.xml
index 8806cf55c..5da0ddc1d 100644
--- a/kate/data/roff.xml
+++ b/kate/data/roff.xml
@@ -4,10 +4,10 @@
<!ENTITY roffidc "[^]\s]">
<!ENTITY roffid "(&roffidc;|\(&roffidc;{2}|\[&roffidc;+\])">
<!ENTITY roffnum "([0-9]+)">
- <!ENTITY argsep1 "([^\\]|\\[&#37; |^{}'`-_!?@)/,&amp;:~0acdeEprtu])">
- <!ENTITY argsep2 "([^\\0-9]|\\[&#37;:{}'`-_!@/cep])">
+ <!ENTITY argsep1 "([^\\]|\\[&#37; |\^{}'`\-!?@)/,&amp;:~0E_acdeprtu])">
+ <!ENTITY argsep2 "([^\\0-9]|\\[&#37;:{}'`\-_!@/cep])">
]>
-<language name="Roff" section="Markup" version="0.11" kateversion="2.4" extensions="" author="Matthew Woehlke (mw_triad@users.sourceforge.net)" license="GPL">
+<language name="Roff" section="Markup" version="1.0" kateversion="2.4" extensions="" author="Matthew Woehlke (mw_triad@users.sourceforge.net)" license="GPL">
<highlighting>
@@ -52,7 +52,7 @@
<RegExpr attribute="Font" context="#pop" String="\\s(\[([1-3][0-9]|[04-9])\]|[04-9]|[+-][0-9]|([+-]?\(|\([+-])[0-9][0-9])"/>
<Detect2Chars attribute="Escape" context="#pop" char="\\" char1="\\"/>
<RegExpr attribute="Escape" context="#pop" String="\\(\$[0-9*@]|[.:&#37; |^{}_!?@)/,&amp;:~0acdeEprtu])"/>
- <RegExpr attribute="Escape" context="Argument" String="\\[AbBDowXZ]&argsep1;"/>
+ <RegExpr attribute="Escape" context="Argument" String="\\[ABDXZbow]&argsep1;"/>
<RegExpr attribute="Escape" context="#pop" String="\\[gkmMVYz]&roffid;"/>
<RegExpr attribute="Escape" context="#pop" String="\\O([0-4]|\[5[lrci][^]]\])"/>
<RegExpr attribute="Escape" context="Measurement" String="\\[hHSvx]&argsep1;"/>