Skip to content

Commit

Permalink
• Give help command a scope of text.html.smarty.
Browse files Browse the repository at this point in the history
• Add key equivalent of ⌃⌥⇧S to grammar.


git-svn-id: http://svn.textmate.org/trunk/Bundles/Smarty.tmbundle@4335 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Jul 17, 2006
1 parent 20bf304 commit 92e6960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Commands/Help (Installation Notes).tmCommand
Expand Up @@ -28,6 +28,8 @@ HTML
<string>Help (Installation Notes)</string>
<key>output</key>
<string>showAsHTML</string>
<key>scope</key>
<string>text.html.smarty</string>
<key>uuid</key>
<string>EB4A8FA5-DFBD-43E9-B091-B1825E49DF33</string>
</dict>
Expand Down
2 changes: 2 additions & 0 deletions Syntaxes/Smarty.plist
Expand Up @@ -8,6 +8,8 @@
<string>(&lt;(?i:(head|table|tr|div|style|script|ul|ol|form|dl))\b.*?&gt;|\{\{?(if|foreach|capture|literal|foreach|php|section|strip)|\{\s*$)</string>
<key>foldingStopMarker</key>
<string>(&lt;/(?i:(head|table|tr|div|style|script|ul|ol|form|dl))&gt;|\{\{?/(if|foreach|capture|literal|foreach|php|section|strip)|(^|\s)\})</string>
<key>keyEquivalent</key>
<string>^~S</string>
<key>name</key>
<string>Smarty</string>
<key>patterns</key>
Expand Down

0 comments on commit 92e6960

Please sign in to comment.