-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect YAML highlighting after value with two opening curly braces #786
Comments
Looks like it. Is there a large difference in progress between VSCode and the monaco-editor component? How do I find out what version of the editor my VSCode installation uses? |
@cmeury Well, the reality is that VS Code uses a TextMate grammar whereas Monaco uses Monarch tokens so they're not really the same thing. |
@cmeury I think you should open a bug in the Microsoft/vscode repository. |
@cmeury Actually, Martin already opened a bug about your exact problem! See textmate/yaml.tmbundle#18! |
Thanks for the background and pointing me in the right direction @rcjsuen, much appreciated. Closing this one. |
monaco-editor version: VSCode 1.21.1
OS: macOS High Sierra 10.13.3
This minimal YAML file:
is highlighted incorrectly, while it looks like valid YAML.
The text was updated successfully, but these errors were encountered: