Nenhuma descrição

Michael Bolin 8c66f92938 merge commit for archive created by Sapling 2 anos atrás
.github 908f1ca0ca reword workflow name 2 anos atrás
configurations ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 anos atrás
grammars ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 anos atrás
src 45d4563410 impose timeout when running tokenizeLine2() 2 anos atrás
.gitignore a6487b4d7e Specify outDir/ in tsconfig.json. 5 anos atrás
.prettierrc 0f56c779ab Initial commit. 5 anos atrás
LICENSE 0f56c779ab Initial commit. 5 anos atrás
README.md 64b37bf661 add CI badge to README 2 anos atrás
index.css 0f56c779ab Initial commit. 5 anos atrás
index.html 0f56c779ab Initial commit. 5 anos atrás
package.json 356963aab0 update vscode-oniguruma and vscode-textmate deps 2 anos atrás
tsconfig.json a6487b4d7e Specify outDir/ in tsconfig.json. 5 anos atrás
webpack.config.cjs 9d4ceab3d9 Use MonacoWebpackPlugin to disable default language tokenizers. 5 anos atrás
yarn.lock 356963aab0 update vscode-oniguruma and vscode-textmate deps 2 anos atrás

README.md

monaco-tm

TypeScript build

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.