Skip to content

Commit

Permalink
In language grammar, moved comment definitions above operator definit…
Browse files Browse the repository at this point in the history
…ions --- "/" was eating "//"

git-svn-id: http://svn.textmate.org/trunk/Bundles/Io.tmbundle@2786 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Paul Bissex committed Feb 27, 2006
1 parent b1f8221 commit 85d667a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Syntaxes/Io.plist
Expand Up @@ -36,6 +36,26 @@
<key>name</key> <key>name</key>
<string>keyword.control.io</string> <string>keyword.control.io</string>
</dict> </dict>
<dict>
<key>begin</key>
<string>/\*|'</string>
<key>end</key>
<string>'|\*/</string>
<key>name</key>
<string>comment.block.io</string>
</dict>
<dict>
<key>match</key>
<string>//.*$</string>
<key>name</key>
<string>comment.line.double-slash.io</string>
</dict>
<dict>
<key>match</key>
<string>#.*$</string>
<key>name</key>
<string>comment.line.number-sign.io</string>
</dict>
<dict> <dict>
<key>comment</key> <key>comment</key>
<string>I wonder if some of this isn't variable.other.language? --Allan</string> <string>I wonder if some of this isn't variable.other.language? --Allan</string>
Expand Down Expand Up @@ -74,26 +94,6 @@
<key>name</key> <key>name</key>
<string>support.function.OpenGL.io</string> <string>support.function.OpenGL.io</string>
</dict> </dict>
<dict>
<key>begin</key>
<string>/\*|'</string>
<key>end</key>
<string>'|\*/</string>
<key>name</key>
<string>comment.block.io</string>
</dict>
<dict>
<key>match</key>
<string>//.*$</string>
<key>name</key>
<string>comment.line.double-slash.io</string>
</dict>
<dict>
<key>match</key>
<string>#.*$</string>
<key>name</key>
<string>comment.line.number-sign.io</string>
</dict>
<dict> <dict>
<key>begin</key> <key>begin</key>
<string>"</string> <string>"</string>
Expand Down

0 comments on commit 85d667a

Please sign in to comment.