Nincs leírás

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

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.