diff options
Diffstat (limited to 'kate/data/rhtml.xml')
-rw-r--r-- | kate/data/rhtml.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kate/data/rhtml.xml b/kate/data/rhtml.xml index e20f34f3c..e23ab12cd 100644 --- a/kate/data/rhtml.xml +++ b/kate/data/rhtml.xml @@ -609,8 +609,8 @@ push operator '<<' than requiring to put space between the operator and the string. --> - <RegExpr attribute="Operator" context="find_indented_heredoc" String="\s*<<-(?=\w+|["'])" beginRegion="HereDocument" /> - <RegExpr attribute="Operator" context="find_heredoc" String="\s*<<(?=\w+|["'])" beginRegion="HereDocument" /> + <RegExpr attribute="Operator" context="tqfind_indented_heredoc" String="\s*<<-(?=\w+|["'])" beginRegion="HereDocument" /> + <RegExpr attribute="Operator" context="tqfind_heredoc" String="\s*<<(?=\w+|["'])" beginRegion="HereDocument" /> <DetectChar attribute="Operator" char="." context="#stay"/> <Detect2Chars attribute="Operator" char="&" char1="&" context="#stay"/> @@ -648,7 +648,7 @@ <!-- recognize the beginning of a general delimited input format --> <!-- this moves to the next context to separate out the exact nature of the GDL input --> - <RegExpr attribute="GDL input" context="find_gdl_input" String="\s*[%](?=[Qqxw]?[^\s>])" beginRegion="GdlInput" /> + <RegExpr attribute="GDL input" context="tqfind_gdl_input" String="\s*[%](?=[Qqxw]?[^\s>])" beginRegion="GdlInput" /> </context> <context name="Line Continue" attribute="Ruby Normal Text" lineEndContext="#pop"> @@ -741,11 +741,11 @@ The contexts below support both normal and indented heredocs --> <!-- here we markup the heredoc markers --> - <context name="find_heredoc" attribute="Ruby Normal Text" lineEndContext="#pop" > + <context name="tqfind_heredoc" attribute="Ruby Normal Text" lineEndContext="#pop" > <RegExpr attribute="Keyword" context="apostrophed_normal_heredoc" String="'(\w+)'" /> <RegExpr attribute="Keyword" context="normal_heredoc" String=""?(\w+)"?" /> </context> - <context name="find_indented_heredoc" attribute="Ruby Normal Text" lineEndContext="#pop" > + <context name="tqfind_indented_heredoc" attribute="Ruby Normal Text" lineEndContext="#pop" > <RegExpr attribute="Keyword" context="apostrophed_indented_heredoc" String="'(\w+)'" /> <RegExpr attribute="Keyword" context="indented_heredoc" String=""?(\w+)"?" /> </context> @@ -779,7 +779,7 @@ <!-- General delimited input support The contexts below handle the various gdl formats --> - <context name="find_gdl_input" attribute="Ruby Normal Text" lineEndContext="#pop"> + <context name="tqfind_gdl_input" attribute="Ruby Normal Text" lineEndContext="#pop"> <!-- handle token arrays --> <RegExpr attribute="GDL input" context="gdl_token_array_1" String="w\(" /> |