{ "name": "mlir-highlight", "displayName": "MLIR highlight", "description": "Syntax highlighting for MLIR.", "version": "0.0.3", "publisher": "colin-liang", "engines": { "vscode": "^1.22.0" }, "categories": [ "Programming Languages" ], "keywords": [ "mlir-tablegen", "mlir-tblgen", "tblgen", "llvm", "tablegen", "mlir" ], "contributes": { "languages": [ { "id": "inc", "aliases": [ "inc", "inc" ], "extensions": [ ".inc" ], "configuration": "./language-configuration.json" }, { "id": "tablegen", "aliases": [ "TableGen", "tblgen", "tablegen" ], "extensions": [ ".td" ], "configuration": "./language-configuration.json" }, { "id": "mlir", "aliases": [ "MLIR", "mlir" ], "extensions": [ ".mlir" ], "configuration": "./language-configuration.json" } ], "grammars": [ { "language": "inc", "scopeName": "source.inc", "path": "./syntaxes/inc.tmLanguage.json" }, { "language": "tablegen", "scopeName": "source.tablegen", "path": "./syntaxes/tablegen.tmLanguage" }, { "language": "mlir", "scopeName": "source.mlir", "path": "./syntaxes/mlir.json" } ] }, "bugs": { "url": "http://deve.work:3000/colin/vscode-llvm-tablegen" }, "repository": { "type": "git", "url": "http://deve.work:3000/colin/vscode-llvm-tablegen" }, "homepage": "http://deve.work:3000/colin/vscode-llvm-tablegen" }