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

YAML syntax highlighting breaks with double colons in key names #167

Closed
alexmuller opened this issue Dec 24, 2015 · 1 comment
Closed

YAML syntax highlighting breaks with double colons in key names #167

alexmuller opened this issue Dec 24, 2015 · 1 comment

Comments

@alexmuller
Copy link

I believe this is valid YAML:

---

this::is::a::valid::yaml::key: "this is a valid string value"

When I parse it in Ruby I get this which is corrrect:

{"this::is::a::valid::yaml::key"=>"this is a valid string value"}

But the syntax highlighting in Sublime Text 3083 breaks:

screen shot 2015-12-24 at 10 35 36
#41 has a lot of discussion about YAML.

@FichteFoll
Copy link
Contributor

A proposed fix for this is already available at sublimehq/Packages#90.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants