Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow tag closure to end import rules, fixes #7.
  • Loading branch information
infininight committed Oct 5, 2012
1 parent 40f8cb6 commit 85d8f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/Groovy.tmLanguage
Expand Up @@ -87,7 +87,7 @@
<key>contentName</key>
<string>storage.modifier.import.groovy</string>
<key>end</key>
<string>\s*(?:$|(;))</string>
<string>\s*(?:$|(?=%&gt;)(;))</string>
<key>endCaptures</key>
<dict>
<key>1</key>
Expand Down Expand Up @@ -146,7 +146,7 @@
<key>contentName</key>
<string>storage.modifier.import.groovy</string>
<key>end</key>
<string>\s*(?:$|(;))</string>
<string>\s*(?:$|(?=%&gt;)|(;))</string>
<key>endCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 85d8f7c

Please sign in to comment.