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