monaco-editor-textmate icon indicating copy to clipboard operation
monaco-editor-textmate copied to clipboard

Results 14 monaco-editor-textmate issues
Sort by recently updated
recently updated
newest added

Hi, I have successfully wired monaco editor with textmate as the instructions. I did not get any red console in my browser until I tried to set editor's model with...

### Please help, I am getting this error: Uncaught Error: editor._themeService.getTheme is not a function TypeError: editor._themeService.getTheme is not a function at Object.exports.TMToMonacoToken (tm-to-monaco-token.js:37) at eval (index.js:45) at Array.map ()...

The new API is: editor._themeService._theme instead of editor._themeService.getTheme()

Here is a GIF of this where I am reloading the page... sometimes the syntax highlighting works, sometimes not. ![monaco-textmate-highlighting-bug](https://user-images.githubusercontent.com/25141252/103807741-e40c7b00-5024-11eb-9a52-2ed025611ed8.gif) In order to get the syntax highlighting to work 100%...

Steps to reproduce 1. Create an instance of monaco-editor 2. Make the language as `html`. 3. Go to [facebook.com](facebook.com) and get their HTML source. 4. Add the HTML source in...

Hello, In monaco-editor, each language has a configuration (type of comments, foldind, etc.). So if you are in html mode, the "toggle comment" key wraps the code in ``, if...

Do you plan supporting [EncodedTokensProvider](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.languages.encodedtokensprovider.html)?

Editor option [maxTokenizationLineLength](https://microsoft.github.io/monaco-editor/typedoc/interfaces/editor.IGlobalEditorOptions.html#maxTokenizationLineLength) is not work. Parsing long text lines can consume a lot of CPU resources, leading to browser page fake death. Under normal circumstances, long text lines should...