|
|
||
|---|---|---|
| .vscode | ||
| images | ||
| syntaxes | ||
| test | ||
| .gitignore | ||
| .vscodeignore | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| language-configuration.json | ||
| mlir-highlight-0.0.3.vsix | ||
| mlir-tablegen-0.0.2.vsix | ||
| package.json | ||
| yarn-error.log | ||
| yarn.lock | ||
README.md
LLVM TableGen
Simple syntax highlighting support for the LLVM TableGen language.
Add inc file syntax highlighting as c++.
TextMate grammar used is based on the one from the official LLVM repository.
Features
- Syntax highlighting, Support .inc .mlir .td
Build
npm install -g vsce
yarn install
vsce package
Genarate Project
npm install -g yo generator-code
yo code
# select New Language Support