aboutsummaryrefslogtreecommitdiff
path: root/utils/textmate/README
diff options
context:
space:
mode:
authorJoel Jones <joel_k_jones@apple.com>2013-01-07 17:07:10 +0000
committerJoel Jones <joel_k_jones@apple.com>2013-01-07 17:07:10 +0000
commit78c5be76b08ac3f300567735799998459657ead4 (patch)
treed9c942b70d17ec73724e4b61928c8ee2b79cb421 /utils/textmate/README
parent4068e1af9ff68b6b5fdb3233f1304e53f1bf179a (diff)
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
Diffstat (limited to 'utils/textmate/README')
-rw-r--r--utils/textmate/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/textmate/README b/utils/textmate/README
index 195a0e6fae..b01352551a 100644
--- a/utils/textmate/README
+++ b/utils/textmate/README
@@ -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