public
Description: A collection of scripts and configuration files that make gedit a more rails-friendly IDE
Clone URL: git://github.com/mig/gedit-rails.git
change rhtml to erb in one of the xml tags
Matt Swasey (author)
Fri Mar 14 10:54:32 -0700 2008
commit  88b68e45db46196da95b0145e900dac952778dfa
tree    5b9ab4855df37a1c8cfe1c874613a5bba77ed370
parent  7823d555a9a66306aca11538c2b6e5c7134b96c1
...
325
326
327
328
 
329
330
331
...
325
326
327
 
328
329
330
331
0
@@ -325,7 +325,7 @@
0
     <context id="regexp-variables" style-ref="decimal">
0
       <match>\$[1-9][0-9]*</match>
0
     </context>
0
- <context id="rhtml">
0
+ <context id="erb">
0
       <include>
0
         <context ref="block-comment"/>
0
         <context ref="double-quoted-string"/>
...
3
4
5
6
7
 
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
   <mime-type type="text/erb">
0
     <sub-class-of type="text/html"/>
0
     <comment>Rails ERB Template</comment>
0
- <glob pattern="*.rhtml"/>
0
     <glob pattern="*.erb" />
0
+ <glob pattern="*.rhtml"/>
0
   </mime-type>
0
 </mime-info>

Comments

    No one has commented yet.