Skip to content

Commit

Permalink
made #pragma mark directives show up in the method list
Browse files Browse the repository at this point in the history
  • Loading branch information
klaaspieter authored and malkomalko committed May 25, 2010
1 parent ddfc0cf commit 391ca39
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Syntaxes/Objective-J.tmLanguage
Expand Up @@ -128,6 +128,10 @@
<key>include</key>
<string>$base</string>
</dict>
<dict>
<key>include</key>
<string>#pragma_mark</string>
</dict>
</array>
</dict>
<dict>
Expand Down Expand Up @@ -574,6 +578,31 @@
</dict>
</array>
</dict>
<key>pragma_mark</key>
<dict>
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>meta.preprocessor.objj</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>keyword.control.import.pragma.js.objj</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>meta.toc-list.pragma-mark.js.objj</string>
</dict>
</dict>
<key>match</key>
<string>^\s*(#\s*(pragma\s+mark)\s+(.*))</string>
<key>name</key>
<string>meta.section</string>
</dict>
<key>protocol_list</key>
<dict>
<key>begin</key>
Expand Down

0 comments on commit 391ca39

Please sign in to comment.