Home | History | Annotate | Download | only in vscode
      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 
     19