1This directory contains a "bundle" for doing syntax highlighting of TableGen 2files for the Microsoft VSCode editor. The highlighting follows that done by 3the TextMate "C" bundle as it is a translation of the textmate bundle to VSCode 4using the "yo code" npm package. Currently, keywords, comments, and strings are 5highlighted. 6 7This colorizer was generate by the vscode-generator tool "Yo Code" 8(https://github.com/Microsoft/vscode-generator-code) from the existing TableGen 9text TableGen.tmLanguage syntax colorizer in utils/textmate. This README was 10copied from utils/textmate/README. 11 12To install this VSCode .td file colorizer, copy it to the following locations 13per your Operating System: 14 15 - Windows: %USERPROFILE%\.vscode\extensions 16 - Mac: ~/.vscode/extensions 17 - Linux: ~/.vscode/extensions 18 19