Ei kuvausta

Michael Bolin d50dae51a2 change API so more fetching logic is injected 5 vuotta sitten
configurations ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 vuotta sitten
grammars ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 vuotta sitten
src d50dae51a2 change API so more fetching logic is injected 5 vuotta sitten
.gitignore a6487b4d7e Specify outDir/ in tsconfig.json. 5 vuotta sitten
.prettierrc 0f56c779ab Initial commit. 5 vuotta sitten
LICENSE 0f56c779ab Initial commit. 5 vuotta sitten
README.md ffc44ca5a4 Introduce higher-fidelity TextMate grammar+theme loader. 5 vuotta sitten
index.css 0f56c779ab Initial commit. 5 vuotta sitten
index.html 0f56c779ab Initial commit. 5 vuotta sitten
package.json a95a222e77 remove dependency on nullthrows and remember to update yarn.lock 5 vuotta sitten
tsconfig.json a6487b4d7e Specify outDir/ in tsconfig.json. 5 vuotta sitten
webpack.config.cjs 9d4ceab3d9 Use MonacoWebpackPlugin to disable default language tokenizers. 5 vuotta sitten
yarn.lock 116a43d2da Merge pull request #2 from bolinfest/dependabot/npm_and_yarn/lodash-4.17.19 5 vuotta sitten

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.