xref: /aosp_15_r20/external/llvm/utils/textmate/README (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerThis directory contains a "bundle" for doing syntax highlighting of TableGen
2*9880d681SAndroid Build Coastguard Workerfiles for the TextMate editor for OS X. The highlighting follows that done
3*9880d681SAndroid Build Coastguard Workerby the TextMate "C" bundle.  Currently, keywords, comments, and strings are
4*9880d681SAndroid Build Coastguard Workerhighlighted.
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard WorkerTo install this bundle, copy it to the per user area:
7*9880d681SAndroid Build Coastguard Worker  cp -R utils/textmate/TableGen.tmbundle \
8*9880d681SAndroid Build Coastguard Worker    ~/Library/Application\ Support/TextMate/Bundles/TableGen.tmbundle
9