-
Notifications
You must be signed in to change notification settings - Fork 17
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 grammar does not recognize all quotes #30
Comments
From @roblourens on November 18, 2018 17:39 Can you share that file? |
From @Noiknez on November 18, 2018 17:43 |
From @dpoetzschke on November 22, 2018 14:52 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: |
@alexr00 i am not sure if this is a bundle issue. |
@dpoetzschke can you point me to some instructions for loading the bundle into Sublime? I have tried the steps here: https://stackoverflow.com/questions/7666977/syntax-highlighting-for-jade-in-sublime-text-2, but I can't get the new grammar to show up in the syntax highlighting list. |
@alexr00 |
From @Noiknez on November 18, 2018 10:59
A false missing double quote in yaml files cause the rest of the file to be recognized incorrectly. The opening double quote is not being recognized.
See the comment here: #30 (comment)
and here: #30 (comment)
Copied from original issue: microsoft/vscode#63382
The text was updated successfully, but these errors were encountered: