SublimeText / AFileIcon

Sublime Text File-Specific Icons for Improved Visual Grepping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles comments are not highlighted

evandrocoan opened this issue · comments

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?

I guess it is due to sublimehq/sublime_text#1062

Thanks for fixing!