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 | 8fc732c42bdc0b598ce4335352777bd87dcb6a09 (patch) | |
tree | 59ae5d8547226717e003a6db17d09f849885ff79 /llvm | |
parent | 309af291ef228f33be38fb7660d471e273945155 (diff) | |
download | bcm5719-llvm-8fc732c42bdc0b598ce4335352777bd87dcb6a09.tar.gz bcm5719-llvm-8fc732c42bdc0b598ce4335352777bd87dcb6a09.zip |
Claim ".td" files. Improve README cp command. Drop "Bundle" from description
llvm-svn: 171758
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/textmate/README | 5 | ||||
-rw-r--r-- | llvm/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage | 2 | ||||
-rw-r--r-- | llvm/utils/textmate/TableGen.tmbundle/info.plist | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/llvm/utils/textmate/README b/llvm/utils/textmate/README index 195a0e6fae8..b01352551af 100644 --- a/llvm/utils/textmate/README +++ b/llvm/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/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage b/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage index cf5c41e5a1b..fe6c9dd5aea 100644 --- a/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage +++ b/llvm/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/llvm/utils/textmate/TableGen.tmbundle/info.plist b/llvm/utils/textmate/TableGen.tmbundle/info.plist index 54d5eff61cb..c2f680ac519 100644 --- a/llvm/utils/textmate/TableGen.tmbundle/info.plist +++ b/llvm/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> |