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 6760edb commit ad75e6c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Commands/Documentation for Word.tmCommand
Expand Up @@ -13,15 +13,25 @@ puts "<meta http-equiv='Refresh' content='0;URL=#{url}'>"
<string>word</string>
<key>input</key>
<string>selection</string>
<key>inputFormat</key>
<string>text</string>
<key>keyEquivalent</key>
<string>^h</string>
<key>name</key>
<string>Documentation for Word</string>
<key>output</key>
<string>showAsHTML</string>
<key>outputCaret</key>
<string>afterOutput</string>
<key>outputFormat</key>
<string>html</string>
<key>outputLocation</key>
<string>newWindow</string>
<key>scope</key>
<string>source.ruby.rails, text.html.erb.rails, text.haml</string>
<key>semanticClass</key>
<string>lookup.define.ruby.rails</string>
<key>uuid</key>
<string>32F30207-D827-46D9-889A-451C35269D52</string>
<key>version</key>
<integer>2</integer>
</dict>
</plist>

0 comments on commit ad75e6c

Please sign in to comment.