Skip to content
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

Colon in | text block #20959

Closed
almays opened this issue Feb 20, 2017 · 1 comment
Closed

Colon in | text block #20959

almays opened this issue Feb 20, 2017 · 1 comment
Assignees

Comments

@almays
Copy link

almays commented Feb 20, 2017

I have yaml files with texts.
Texts can be multiline, include markdown. I screen out the texts with | thing.

En: |
  Some text: continuation of the text. 

In this case Some text is colorized as a key. But actually due to | it is going to be parsed as part of the text.

Yaml2json converter, for example, interpretes this syntax as expected:

{
  "En": "Some text: continuation of the text. \n"
}

But yaml colorizer mistakenly takes : in this case as key/value delimiter.

@aeschli
Copy link
Contributor

aeschli commented Feb 21, 2017

This issue was moved to textmate/yaml.tmbundle#19

@aeschli aeschli closed this as completed Feb 21, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants