Mercurial > hg > CbC > CbC_llvm
comparison utils/vscode/README @ 171:66f3bfe93da9
git version 2c4ca6832fa6b306ee6a7010bfb80a3f2596f824
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:07:02 +0900 |
parents | 803732b1fca8 |
children |
comparison
equal
deleted
inserted
replaced
150:1d019706d866 | 171:66f3bfe93da9 |
---|---|
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. | |
6 | |
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. | |
11 | |
12 To install this VSCode .td file colorizer, copy it to the following locations | |
13 per your Operating System: | |
14 | |
15 - Windows: %USERPROFILE%\.vscode\extensions | |
16 - Mac: ~/.vscode/extensions | |
17 - Linux: ~/.vscode/extensions | |
18 |