No Description

dependabot[bot] 7d2d0d69f5 Bump websocket-extensions from 0.1.3 to 0.1.4 5 years ago
grammars 0f56c779ab Initial commit. 5 years ago
src d23b302d3e remove duplicate null check 5 years ago
.gitignore 0f56c779ab Initial commit. 5 years ago
.prettierrc 0f56c779ab Initial commit. 5 years ago
LICENSE 0f56c779ab Initial commit. 5 years ago
README.md ca4e82bc00 clean up the demo now that it is working as intended! 5 years ago
index.css 0f56c779ab Initial commit. 5 years ago
index.html 0f56c779ab Initial commit. 5 years ago
package.json a95a222e77 remove dependency on nullthrows and remember to update yarn.lock 5 years ago
tsconfig.json 0f56c779ab Initial commit. 5 years ago
webpack.config.cjs 9d4ceab3d9 Use MonacoWebpackPlugin to disable default language tokenizers. 5 years ago
yarn.lock 7d2d0d69f5 Bump websocket-extensions from 0.1.3 to 0.1.4 5 years ago

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

This shows off the Hack grammar working by default, as it is a language for which a TextMate grammar exists, but no Monarch grammar.