Skip to content

Commit

Permalink
Adding new punctuation scopes to various rules.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Installer.tmbundle@5469 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Oct 14, 2006
1 parent d07c18c commit 2233149
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Syntaxes/Installer Distribution Script.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<array>
<dict>
<key>begin</key>
<string>(&lt;(script)&gt;)</string>
<string>((&lt;)(script)(&gt;))</string>
<key>captures</key>
<dict>
<key>1</key>
Expand All @@ -27,13 +27,23 @@
<string>meta.tag.xml</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>punctuation.definition.tag.xml</string>
</dict>
<key>3</key>
<dict>
<key>name</key>
<string>entity.name.tag.xml</string>
</dict>
<key>4</key>
<dict>
<key>name</key>
<string>punctuation.definition.tag.xml</string>
</dict>
</dict>
<key>end</key>
<string>(&lt;/(script)&gt;)</string>
<string>((&lt;/)(script)(&gt;))</string>
<key>name</key>
<string>source.js.embedded.apple-dist</string>
<key>patterns</key>
Expand Down

0 comments on commit 2233149

Please sign in to comment.