We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
#41 has a lot of discussion about YAML.
The text was updated successfully, but these errors were encountered:
A proposed fix for this is already available at sublimehq/Packages#90.
Sorry, something went wrong.
No branches or pull requests
I believe this is valid YAML:
When I parse it in Ruby I get this which is corrrect:
But the syntax highlighting in Sublime Text 3083 breaks:
#41 has a lot of discussion about YAML.
The text was updated successfully, but these errors were encountered: