diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-10-25 20:12:45 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-10-25 20:13:15 +0800 |
commit | dd1a8d0d1a40f43040555128913e55202f241270 (patch) | |
tree | af085f73e3e15be15b9dce6c2b30ad0d749ae435 /kate/data/roff.xml | |
parent | 62a597d75224844be9a98952a586fc5c0406561e (diff) | |
download | tdelibs-dd1a8d0d1a40f43040555128913e55202f241270.tar.gz tdelibs-dd1a8d0d1a40f43040555128913e55202f241270.zip |
Kate syntax highlighting files update - Oct 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data/roff.xml')
-rw-r--r-- | kate/data/roff.xml | 8 |
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 "([^\\]|\\[% |^{}'`-_!?@)/,&:~0acdeEprtu])"> - <!ENTITY argsep2 "([^\\0-9]|\\[%:{}'`-_!@/cep])"> + <!ENTITY argsep1 "([^\\]|\\[% |\^{}'`\-!?@)/,&:~0E_acdeprtu])"> + <!ENTITY argsep2 "([^\\0-9]|\\[%:{}'`\-_!@/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*@]|[.:% |^{}_!?@)/,&:~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;"/> |