A fork of helix with a bespoke collection patches.

feat: add `docker-bake` language master

Docker bake files are primarily written in `hcl`, but you can also write it in `json` and `yaml`. The official material and documentation for the feature uses `hcl`, which is why this commit makes the choice of associating the `docker-bake` language with `docker-bake.hcl` files. The primary motivation of this specialization is to inject the `dockerfile` language into the `dockerfile-inline` attribute.