Claim ".td" files. Improve README cp command. Drop "Bundle" from description
authorJoel Jones <joel_k_jones@apple.com>
Mon, 7 Jan 2013 17:07:10 +0000 (17:07 +0000)
committerJoel Jones <joel_k_jones@apple.com>
Mon, 7 Jan 2013 17:07:10 +0000 (17:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171758 91177308-0d34-0410-b5e6-96231b3b80d8

utils/textmate/README
utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage
utils/textmate/TableGen.tmbundle/info.plist

index 195a0e6fae82ef3fbe8bd2802c21659e022f7f1d..b01352551afee7af8507c94e27ff6541c5d3c320 100644 (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 
index cf5c41e5a1b2656642fadecec40a1a1c1c5c797b..fe6c9dd5aea0bae5a15fc9a9eb768d094c5b9c08 100644 (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>
index 54d5eff61cb33341a9a9fc74ffae2ecdad372179..c2f680ac519ba580604e4989836330ea01fad740 100644 (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>