Claim ".td" files. Improve README cp command. Drop "Bundle" from description

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Joel Jones 2013-01-07 17:07:10 +00:00
parent 4068e1af9f
commit 78c5be76b0
3 changed files with 5 additions and 4 deletions

View File

@ -3,5 +3,6 @@ files for the TextMate editor for OS X. The highlighting follows that done
by the TextMate "C" bundle. Currently, keywords, comments, and strings are
highlighted.
To install this bundle, copy it to
~/Library/Application\ Support/TextMate/Bundles
To install this bundle, copy it to the per user area:
cp -R utils/textmate/TableGen.tmbundle \
~/Library/Application\ Support/TextMate/Bundles/TableGen.tmbundle

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array/>
<array><string>td</string></array>
<key>foldingStartMarker</key>
<string>/\*\*|\{\s*$</string>
<key>foldingStopMarker</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>name</key>
<string>TableGen Bundle</string>
<string>TableGen</string>
<key>ordering</key>
<array/>
<key>uuid</key>