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 62945fa3d..d4a21ba50 100644 --- a/kate/data/rhtml.xml +++ b/kate/data/rhtml.xml @@ -44,7 +44,7 @@ --> <!-- Hold the "language" opening tag on a single line, as mentioned in "language.dtd". --> -<language name="Ruby/Rails/RHTML" version="1.02" kateversion="2.5" section="Markup" extensions="*.rhtml;*.html.erb" mimetype="" author="Richard Dale rdale@foton.es" license="LGPL"> +<language name="Ruby/Rails/RHTML" version="1.01" kateversion="2.4" section="Markup" extensions="*.rhtml;*.html.erb" mimetype="" author="Richard Dale rdale@foton.es" license="LGPL"> <highlighting> @@ -875,7 +875,7 @@ <IncludeRules context="dq_string_rules" /> </context> - <!-- this format doesn't allow nesting. it is terminated by the next occurence of the + <!-- this format doesn't allow nesting. it is terminated by the next occurrence of the delimiter character --> <context name="gdl_dq_string_5" attribute="String" lineEndContext="#stay" dynamic="true"> @@ -940,7 +940,7 @@ <DetectChar attribute="String" context="#pop" char=">" /> </context> - <!-- this format doesn't allow nesting. it is terminated by the next occurence of the + <!-- this format doesn't allow nesting. it is terminated by the next occurrence of the delimiter character --> <context name="gdl_token_array_5" attribute="String" lineEndContext="#stay" dynamic="true"> @@ -1004,7 +1004,7 @@ <DetectChar attribute="Raw String" context="#pop" char=">" /> </context> - <!-- this format doesn't allow nesting. it is terminated by the next occurence of the + <!-- this format doesn't allow nesting. it is terminated by the next occurrence of the delimiter character --> <context name="gdl_apostrophed_5" attribute="Raw String" lineEndContext="#stay" dynamic="true"> @@ -1068,7 +1068,7 @@ <DetectChar attribute="Command" context="#pop" char=">" /> </context> - <!-- this format doesn't allow nesting. it is terminated by the next occurence of the + <!-- this format doesn't allow nesting. it is terminated by the next occurrence of the delimiter character --> <context name="gdl_shell_command_5" attribute="Command" lineEndContext="#stay" dynamic="true"> @@ -1134,7 +1134,7 @@ <DetectChar attribute="Regular Expression" context="#pop" char=">" /> </context> - <!-- this format doesn't allow nesting. it is terminated by the next occurence of the + <!-- this format doesn't allow nesting. it is terminated by the next occurrence of the delimiter character --> <context name="gdl_regexpr_5" attribute="Regular Expression" lineEndContext="#stay" dynamic="true"> |