vscode-mlir/README.md

30 lines
613 B
Markdown

# 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](https://github.com/llvm-mirror/llvm/blob/master/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage).
## Features
- Syntax highlighting, Support .inc .mlir .td
## Build
```c++
npm install -g vsce
yarn install
vsce package
```
## Genarate Project
```
npm install -g yo generator-code
yo code
# select New Language Support
```
## Reference
https://github.com/jakoberzar/vscode-llvm-tablegen