Go to file
colin df31b3aa14 add mlir file support,add test 2020-08-11 17:18:53 +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 add mlir file support,add test 2020-08-11 17:18:53 +08:00
test add mlir file support,add test 2020-08-11 17:18:53 +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 add mlir file support,add test 2020-08-11 17:18:53 +08:00
language-configuration.json Added syntax highlighting. 2018-04-27 17:50:55 +02:00
mlir-highlight-0.0.3.vsix add mlir file support,add test 2020-08-11 17:18:53 +08:00
mlir-tablegen-0.0.2.vsix fix ,and add vsix 2020-08-09 15:47:04 +08:00
package.json add mlir file support,add test 2020-08-11 17:18:53 +08:00
yarn-error.log Add inc support 2020-08-09 15:23:41 +08:00
yarn.lock add mlir file support,add test 2020-08-11 17:18:53 +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, 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

Reference

https://github.com/jakoberzar/vscode-llvm-tablegen