Home | History | Annotate | only in /external/swiftshader/third_party/llvm-7.0/llvm/utils/vscode/tablegen
Up to higher level directory
NameDateSize
.vscode/22-Oct-2020
CHANGELOG.md22-Oct-202033
language-configuration.json22-Oct-2020828
package.json22-Oct-2020689
README.md22-Oct-2020410
syntaxes/22-Oct-2020
vsc-extension-quickstart.md22-Oct-20201.5K

README.md

      1 # tablegen README
      2 
      3 This VSCode colorizer extension is a translation of the textmate bunble to
      4 VSCode using the "yo code" npm package. Currently, keywords, comments, and
      5 strings are highlighted.
      6 
      7 To install this VSCode .td file colorizer, copy it to the following locations
      8 per your Operating System:
      9 
     10   - Windows: %USERPROFILE%\.vscode\extensions
     11   - Mac: ~/.vscode/extensions
     12   - Linux: ~/.vscode/extensions
     13 
     14