-
Notifications
You must be signed in to change notification settings - Fork 29.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
yaml file does not colorise #63382
Comments
(Experimental duplicate detection) |
Its not the same issue |
Can you share that file? |
I ran into the same error when configuring .circleci/config.yaml The problem seems to be a missing closing quote, which in my case in not true but falsely recognized as such. A smaller version of my file is this, which can be fixed by adding a second double-quote in line 27
|
It looks like the grammar doesn't correctly account for double quotes. From @dpoetzschke example above: |
This issue was moved to textmate/yaml.tmbundle#30 |
I moved the issue to the owners of that grammar. Thank you for filing the issue! |
When I open a specific yaml file (the longest that I have) in visual studio code, the color syntax for this file bug completely, this is really annoying because its harder to read in it (comment, line, ...)
Steps to Reproduce:
Yaml file link : https://pastebin.com/3QiMYN7J
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: