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
After looking, I see my syntax is set to YAML (Docker) this syntax is defined for this package to give a differential icon for YAML docker files.
YAML (Docker)
If I set the syntax to YAML directly, then it highlights fine:
But this wrapping does not seem to be working fine. This is the contents of the file:
File: Data/Packages/zzz A File Icon zzz/aliases/YAML (Docker).sublime-syntax 1: %YAML 1.2 2: --- 3: # http://www.sublimetext.com/docs/3/syntax.html 4: name: YAML (Docker) 5: hidden: true 6: file_extensions: 7: - docker-compose.yml 8: scope: source.yaml.docker 9: contexts: 10: main: 11: - include: scope:source.yaml 12:
Is there a know issue about this "push": - include: scope:source.yaml?
- include: scope:source.yaml
The text was updated successfully, but these errors were encountered:
I guess it is due to sublimehq/sublime_text#1062
Sorry, something went wrong.
7fd3363
Thanks for fixing!
No branches or pull requests
After looking, I see my syntax is set to
YAML (Docker)
this syntax is defined for this package to give a differential icon for YAML docker files.If I set the syntax to YAML directly, then it highlights fine:
But this wrapping does not seem to be working fine. This is the contents of the file:
Is there a know issue about this "push":
- include: scope:source.yaml
?The text was updated successfully, but these errors were encountered: