aboutsummaryrefslogtreecommitdiffstats
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
parent4068e1af9ff68b6b5fdb3233f1304e53f1bf179a (diff)
downloadexternal_llvm-78c5be76b08ac3f300567735799998459657ead4.zip
external_llvm-78c5be76b08ac3f300567735799998459657ead4.tar.gz
external_llvm-78c5be76b08ac3f300567735799998459657ead4.tar.bz2
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
-rw-r--r--utils/textmate/README5
-rw-r--r--utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage2
-rw-r--r--utils/textmate/TableGen.tmbundle/info.plist2
3 files changed, 5 insertions, 4 deletions
diff --git a/utils/textmate/README b/utils/textmate/README
index 195a0e6..b013525 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
diff --git a/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage b/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage
index cf5c41e..fe6c9dd 100644
--- a/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage
+++ b/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage
@@ -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>
diff --git a/utils/textmate/TableGen.tmbundle/info.plist b/utils/textmate/TableGen.tmbundle/info.plist
index 54d5eff..c2f680a 100644
--- a/utils/textmate/TableGen.tmbundle/info.plist
+++ b/utils/textmate/TableGen.tmbundle/info.plist
@@ -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>