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

Dockerfiles comments are not highlighted #21

Closed
evandrocoan opened this issue Feb 8, 2020 · 2 comments
Closed

Dockerfiles comments are not highlighted #21

evandrocoan opened this issue Feb 8, 2020 · 2 comments

Comments

@evandrocoan
Copy link

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.

image

If I set the syntax to YAML directly, then it highlights fine:

image

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?

@deathaxe
Copy link
Member

deathaxe commented Feb 8, 2020

I guess it is due to sublimehq/sublime_text#1062

@evandrocoan
Copy link
Author

Thanks for fixing!

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

No branches or pull requests

2 participants