diff options
Diffstat (limited to 'utils/textmate/README')
-rw-r--r-- | utils/textmate/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/textmate/README b/utils/textmate/README new file mode 100644 index 0000000..b013525 --- /dev/null +++ b/utils/textmate/README @@ -0,0 +1,8 @@ +This directory contains a "bundle" for doing syntax highlighting of TableGen +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 the per user area: + cp -R utils/textmate/TableGen.tmbundle \ + ~/Library/Application\ Support/TextMate/Bundles/TableGen.tmbundle |