Skip to content

Commit

Permalink
Add initial semantic classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Sep 10, 2012
1 parent bc8906c commit 81a2bc6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Commands/Build (target).tmCommand
Expand Up @@ -112,6 +112,8 @@ html_footer
</array> </array>
<key>scope</key> <key>scope</key>
<string>attr.project.ant</string> <string>attr.project.ant</string>
<key>semanticClass</key>
<string>process.alternate.build.target.ant</string>
<key>uuid</key> <key>uuid</key>
<string>05BC9A24-B64E-42D6-8177-326518E65EE0</string> <string>05BC9A24-B64E-42D6-8177-326518E65EE0</string>
<key>version</key> <key>version</key>
Expand Down
2 changes: 2 additions & 0 deletions Commands/Build.tmCommand
Expand Up @@ -64,6 +64,8 @@ fi
</array> </array>
<key>scope</key> <key>scope</key>
<string>attr.project.ant - (text dyn.selection)</string> <string>attr.project.ant - (text dyn.selection)</string>
<key>semanticClass</key>
<string>process.build.ant</string>
<key>uuid</key> <key>uuid</key>
<string>C7888301-C304-4EF2-A15F-5681A7D6D13C</string> <string>C7888301-C304-4EF2-A15F-5681A7D6D13C</string>
<key>version</key> <key>version</key>
Expand Down
19 changes: 16 additions & 3 deletions Commands/Documentation for Word.tmCommand
@@ -1,24 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>beforeRunningCommand</key> <key>beforeRunningCommand</key>
<string>nop</string> <string>nop</string>
<key>command</key> <key>command</key>
<string>antdoc.rb;</string> <string>#!/usr/bin/env bash
[[ -f "${TM_SUPPORT_PATH}/lib/bash_init.sh" ]] &amp;&amp; . "${TM_SUPPORT_PATH}/lib/bash_init.sh"
antdoc.rb;</string>
<key>fallbackInput</key> <key>fallbackInput</key>
<string>word</string> <string>word</string>
<key>input</key> <key>input</key>
<string>selection</string> <string>selection</string>
<key>inputFormat</key>
<string>text</string>
<key>keyEquivalent</key> <key>keyEquivalent</key>
<string>^h</string> <string>^h</string>
<key>name</key> <key>name</key>
<string>Documentation for Word / Selection</string> <string>Documentation for Word / Selection</string>
<key>output</key> <key>outputCaret</key>
<string>afterOutput</string>
<key>outputFormat</key>
<string>text</string>
<key>outputLocation</key>
<string>discard</string> <string>discard</string>
<key>scope</key> <key>scope</key>
<string>text.xml.ant</string> <string>text.xml.ant</string>
<key>semanticClass</key>
<string>lookup.define.ant</string>
<key>uuid</key> <key>uuid</key>
<string>464D4A8B-64A9-4C9E-BC94-65DBD5D16117</string> <string>464D4A8B-64A9-4C9E-BC94-65DBD5D16117</string>
<key>version</key>
<integer>2</integer>
</dict> </dict>
</plist> </plist>
2 changes: 2 additions & 0 deletions Commands/Run.tmCommand
Expand Up @@ -47,6 +47,8 @@ fi
</array> </array>
<key>scope</key> <key>scope</key>
<string>text.xml.ant</string> <string>text.xml.ant</string>
<key>semanticClass</key>
<string>process.run.ant</string>
<key>uuid</key> <key>uuid</key>
<string>7B5E4852-8B66-461F-A32A-A820625256A5</string> <string>7B5E4852-8B66-461F-A32A-A820625256A5</string>
<key>version</key> <key>version</key>
Expand Down

0 comments on commit 81a2bc6

Please sign in to comment.