Go to file
Colin dfa6433952 fix ,and add vsix 2020-08-09 15:47:04 +08:00
.vscode Added syntax highlighting. 2018-04-27 17:50:55 +02:00
images Added syntax highlighting. 2018-04-27 17:50:55 +02:00
syntaxes fix ,and add vsix 2020-08-09 15:47:04 +08:00
.gitignore fix ,and add vsix 2020-08-09 15:47:04 +08:00
.vscodeignore Added syntax highlighting. 2018-04-27 17:50:55 +02:00
CHANGELOG.md Add support for integers, code fragments and some newer keywords. Closes #1 2020-04-16 21:21:58 +02:00
LICENSE Initial commit 2018-04-27 17:19:59 +02:00
README.md fix ,and add vsix 2020-08-09 15:47:04 +08:00
language-configuration.json Added syntax highlighting. 2018-04-27 17:50:55 +02:00
mlir-tablegen-0.0.2.vsix fix ,and add vsix 2020-08-09 15:47:04 +08:00
package.json fix ,and add vsix 2020-08-09 15:47:04 +08:00
yarn-error.log Add inc support 2020-08-09 15:23:41 +08:00
yarn.lock Add inc support 2020-08-09 15:23:41 +08:00

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

Build

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