Aucune description

Michael Bolin fe98a1438a update vscode-oniguruma and vscode-textmate deps il y a 2 ans
.github 094fe6e4ef add GitHub workflow to verify TypeScript il y a 2 ans
configurations ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. il y a 5 ans
grammars ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. il y a 5 ans
src 2f39a9947e Fix minimap so that it also gets the correct colors. il y a 4 ans
.gitignore a6487b4d7e Specify outDir/ in tsconfig.json. il y a 5 ans
.prettierrc 0f56c779ab Initial commit. il y a 5 ans
LICENSE 0f56c779ab Initial commit. il y a 5 ans
README.md ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. il y a 5 ans
index.css 0f56c779ab Initial commit. il y a 5 ans
index.html 0f56c779ab Initial commit. il y a 5 ans
package.json fe98a1438a update vscode-oniguruma and vscode-textmate deps il y a 2 ans
tsconfig.json a6487b4d7e Specify outDir/ in tsconfig.json. il y a 5 ans
webpack.config.cjs 9d4ceab3d9 Use MonacoWebpackPlugin to disable default language tokenizers. il y a 5 ans
yarn.lock fe98a1438a update vscode-oniguruma and vscode-textmate deps il y a 2 ans

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.