River Riddle f0792c715d [TableGen] Add a new json textmate description for syntax highlighting
There isn't really a good pre-existing syntax highlighter for tablegen, so this
commit adds a textmate version that covers nearly everything in the current
spec.

Differential Revision: https://reviews.llvm.org/D125427
2022-05-13 13:04:09 -07:00
..

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