diff options
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;"/> |