public
Description: TextMate bundle for developing C extensions for Ruby
Clone URL: git://github.com/drnic/ruby-c-extensions-tmbundle.git
Qnil is a constant
drnic (author)
Sun Mar 30 21:17:21 -0700 2008
commit  01525c046fac61f6de28ad29ae4a3f4ee35195b3
tree    5a9e43a67bbc01760caf0be3e0e218af317acfce
parent  37b54dbf5440e39c6d4ce1e4face5677c6eacf0e
...
40
41
42
 
 
 
 
 
 
43
44
45
...
40
41
42
43
44
45
46
47
48
49
50
51
0
@@ -40,6 +40,12 @@
0
       <string>constant.other.variable.ruby.c</string>
0
     </dict>
0
     <dict>
0
+ <key>match</key>
0
+ <string>\b(Qnil)\b</string>
0
+ <key>name</key>
0
+ <string>constant.language.c.ruby</string>
0
+ </dict>
0
+ <dict>
0
       <key>include</key>
0
       <string>source.c</string>
0
     </dict>

Comments

    No one has commented yet.