diff options
author | Darrell Anderson <[email protected]> | 2014-03-03 23:13:48 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-03-03 23:13:48 -0600 |
commit | a878d3ef3f87b6d971190423b7c70b1919c97a67 (patch) | |
tree | 2d0faac89759ef40a3eab0142cc761ef3341a0b9 /kate/data/rhtml.xml | |
parent | 333a2116d63ab837db093dbb141bf7cb987686a1 (diff) | |
parent | 316893d4498bedc490a8e21a54a73d9f5ca58424 (diff) | |
download | tdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.tar.gz tdelibs-a878d3ef3f87b6d971190423b7c70b1919c97a67.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
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 [email protected]" license="LGPL"> +<language name="Ruby/Rails/RHTML" version="1.01" kateversion="2.4" section="Markup" extensions="*.rhtml;*.html.erb" mimetype="" author="Richard Dale [email protected]" 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"> |