Skip to content

Commit

Permalink
v5 updates, renamed a few items
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Active4D.tmbundle@11811 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Aparajita Fishman committed Nov 12, 2009
1 parent 4680194 commit 7163637
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Snippets/Active4D = block.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>&lt;%=$0%&gt;</string>
<string>&lt;%= $1 %&gt;$0</string>
<key>keyEquivalent</key>
<string>@=</string>
<key>name</key>
Expand Down
18 changes: 18 additions & 0 deletions Snippets/Active4D code block.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>&lt;%$1$2%&gt;$0</string>
<key>keyEquivalent</key>
<string>@&lt;</string>
<key>name</key>
<string>Active4D code block</string>
<key>scope</key>
<string>text.html.strict.active4d - source.active4d</string>
<key>tabTrigger</key>
<string>&lt;</string>
<key>uuid</key>
<string>A37A4FC0-03EC-4275-A7AB-C2F853960BD2</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Snippets/array real __.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>array longint(${1:\$array}; ${2:0})</string>
<string>array real(${1:\$array}; ${2:0})</string>
<key>name</key>
<string>array real ..</string>
<key>scope</key>
Expand Down
2 changes: 1 addition & 1 deletion Snippets/array text __ set array __.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set array($1; "${2:text}")$0</string>
<key>scope</key>
<string>source.active4d - text.xml</string>
<key>tabTrigger</key>
<string>arrs</string>
<string>arts</string>
<key>uuid</key>
<string>DBDED4B6-5FA9-492C-A25C-69785CE75B89</string>
</dict>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Syntaxes/Active4D Config.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</dict>
<dict>
<key>match</key>
<string>(?i)((\b(use sessions|use session cookies|session var name|session timeout|session purge interval|session cookie path|session cookie name|session cookie domain|serve nonexecutables|script timeout|safe script dirs|safe doc dirs|root|refresh interval|receive timeout|platform charset|parameter mode|output encoding|output charset|max request size|log levellocale|lib extension|lib dirs|http error page|fusebox page|expires|executable extensions|error page|encrypted source|default page|content charset|client is web server|cache control|auto relate one|auto relate many|auto refresh libs|auto create vars|auto create sessions)\b)|(\&lt;default\&gt;|\&lt;web\&gt;|\&lt;4d volume\&gt;|\&lt;boot volume\&gt;))</string>
<string>(?i)((\b(use sessions|use session cookies|session var name|session timeout|session purge interval|session cookie path|session cookie name|session cookie domain|serve nonexecutables|script timeout|safe script dirs|safe doc dirs|root|refresh interval|receive timeout|platform charset|parameter mode|output encoding|output charset|max request size|log level|locale|lib extension|lib dirs|http error page|fusebox page|expires|executable extensions|error page|encrypted source|default page|content charset|client is web server|cache control|auto relate one|auto relate many|auto refresh libs|auto create vars|auto create sessions)\b)|(\&lt;default\&gt;|\&lt;web\&gt;|\&lt;4d volume\&gt;|\&lt;boot volume\&gt;))</string>
<key>name</key>
<string>support.constant.active4d-ini</string>
</dict>
Expand Down
90 changes: 45 additions & 45 deletions Syntaxes/Active4D.tmLanguage

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<string>F637B34B-2E63-42DA-8ED4-D0FDB40DC379</string>
<string>A1477001-24E5-49F7-9B9A-E35718571FC6</string>
<string>3AA64E7F-F4EA-4C37-8810-922CF209EC5B</string>
<string>A37A4FC0-03EC-4275-A7AB-C2F853960BD2</string>
<string>04995C61-1B69-4EB8-B4C3-013DF9B0A5DD</string>
<string>E21FD23A-35CD-485D-AE05-C0F2B78887DC</string>
<string>55991B2C-7B1B-4908-AA8B-B052AD16A12E</string>
Expand Down

0 comments on commit 7163637

Please sign in to comment.