asbjornenge / Docker.tmbundle

Dockerfile syntax
MIT License
75 stars 27 forks source link

Dockerfile `AS` keyword not highlighted #30

Closed XVilka closed 4 years ago

XVilka commented 4 years ago

It is used in a FROM construction to alias the name:

FROM alpine:edge AS builder

See https://docs.docker.com/engine/reference/builder/#from for the reference.

image

See https://github.com/github/linguist/issues/4612

blag commented 4 years ago

Duplicate of #15. Closing.