暂无描述

Michael Bolin 094fe6e4ef add GitHub workflow to verify TypeScript 2 年之前
.github 094fe6e4ef add GitHub workflow to verify TypeScript 2 年之前
configurations ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 年之前
grammars ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 年之前
src 2f39a9947e Fix minimap so that it also gets the correct colors. 4 年之前
.gitignore a6487b4d7e Specify outDir/ in tsconfig.json. 5 年之前
.prettierrc 0f56c779ab Initial commit. 5 年之前
LICENSE 0f56c779ab Initial commit. 5 年之前
README.md ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 年之前
index.css 0f56c779ab Initial commit. 5 年之前
index.html 0f56c779ab Initial commit. 5 年之前
package.json e213ab5144 update monaco-editor@0.21.2 and monaco-editor-webpack-plugin@2.0.0 4 年之前
tsconfig.json a6487b4d7e Specify outDir/ in tsconfig.json. 5 年之前
webpack.config.cjs 9d4ceab3d9 Use MonacoWebpackPlugin to disable default language tokenizers. 5 年之前
yarn.lock cd0ce6d161 Bump ini from 1.3.5 to 1.3.8 4 年之前

README.md

monaco-tm

This gets TextMate grammars working in standalone Monaco by leveraging vscode-oniguruma and vscode-textmate. For more context, see: https://github.com/microsoft/monaco-editor/issues/1915.

Run demo

Currently, only the Python grammar and VS Code Dark+ themes are included in the demo.