monaco-ace-tokenizer icon indicating copy to clipboard operation
monaco-ace-tokenizer copied to clipboard

Syntax highlighting support for additional languages in monaco-editor

Results 3 monaco-ace-tokenizer issues
Sort by recently updated
recently updated
newest added

In the source code, you are using an alias to resolve `monaco-editor`, e.g: https://github.com/brijeshb42/monaco-ace-tokenizer/blob/master/src/languages.js#L1 Unfortunately, this means that `monaco-editor-webpack-plugin` will no longer work correctly which will result in unnecessary code...

Hello, Thank you for this library. The latest version of Monaco has now support for Julia and Scala. So I think you could remove these languages from `monaco-ace-tokenizer`.

Maybe we can support more higher versions of `monaco-editor` in the `package.json`. ```json "peerDependencies": { "monaco-editor": "^0.18.0 || ^0.19.0 || ^0.20.0" } ```