Skip to content

Commit

Permalink
added container.function.whitespace-delimited itemizer
Browse files Browse the repository at this point in the history
  • Loading branch information
buntekuh authored and ELLIOTTCABLE committed Jul 19, 2009
1 parent 5ba8600 commit 6980423
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Itemizers/Ruby.xml
Expand Up @@ -9,6 +9,15 @@
<include-root-recipes/>
</subrecipes>
</recipe>

<recipe name="container.function.whitespace-delimited">
<start-selector>container.function.whitespace-delimited:has-child(name:capture(name))</start-selector>
<end-selector>keyword.control.flow.end</end-selector>

<subrecipes>
<include-root-recipes/>
</subrecipes>
</recipe>

<recipe name="block.keyword-delimited">
<start-selector>block.declaration.keyword-delimited</start-selector>
Expand All @@ -28,4 +37,4 @@
</subrecipes>
</recipe>

</itemizer>
</itemizer>

0 comments on commit 6980423

Please sign in to comment.