diff options
author | Joel Jones <joel_k_jones@apple.com> | 2013-01-07 17:07:10 +0000 |
---|---|---|
committer | Joel Jones <joel_k_jones@apple.com> | 2013-01-07 17:07:10 +0000 |
commit | 78c5be76b08ac3f300567735799998459657ead4 (patch) | |
tree | d9c942b70d17ec73724e4b61928c8ee2b79cb421 /utils | |
parent | 4068e1af9ff68b6b5fdb3233f1304e53f1bf179a (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')
-rw-r--r-- | utils/textmate/README | 5 | ||||
-rw-r--r-- | utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage | 2 | ||||
-rw-r--r-- | utils/textmate/TableGen.tmbundle/info.plist | 2 |
3 files changed, 5 insertions, 4 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 diff --git a/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage b/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage index cf5c41e5a1..fe6c9dd5ae 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 54d5eff61c..c2f680ac51 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> |