You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
412 B
9 lines
412 B
7 months ago
|
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
|