Joel Jones | 29d3c61 | 2013-01-04 18:55:24 +0000 | [diff] [blame] | 1 | This directory contains a "bundle" for doing syntax highlighting of TableGen |
| 2 | files for the TextMate editor for OS X. The highlighting follows that done |
| 3 | by the TextMate "C" bundle. Currently, keywords, comments, and strings are |
| 4 | highlighted. |
| 5 | |
Joel Jones | 78c5be7 | 2013-01-07 17:07:10 +0000 | [diff] [blame] | 6 | To install this bundle, copy it to the per user area: |
| 7 | cp -R utils/textmate/TableGen.tmbundle \ |
| 8 | ~/Library/Application\ Support/TextMate/Bundles/TableGen.tmbundle |