vscode-mlir/README.md

30 lines
586 B
Markdown
Raw Normal View History

2018-04-27 23:50:55 +08:00
# LLVM TableGen
Simple syntax highlighting support for the LLVM TableGen language.
2020-08-09 15:23:41 +08:00
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).
2018-04-27 23:50:55 +08:00
## Features
- Syntax highlighting
2020-08-09 15:23:41 +08:00
## Build
2018-04-27 23:50:55 +08:00
2020-08-09 15:23:41 +08:00
```c++
npm install -g vsce
yarn install
vsce package
```
2018-04-27 23:50:55 +08:00
2020-08-09 15:23:41 +08:00
## Genarate Project
```
npm install -g yo generator-code
yo code
# select New Language Support
2020-08-09 15:47:04 +08:00
```
## Reference
https://github.com/jakoberzar/vscode-llvm-tablegen