asbjornenge / Docker.tmbundle

Dockerfile syntax
MIT License
75 stars 27 forks source link

Corrected first_line_match: only match "from" or "arg" in the beginning of the line #22

Closed mitranim closed 6 years ago

mitranim commented 6 years ago

first_line_match does not have implicit ^$. As a result, the rule was matching things like import blah from 'blah', which occasionally marked non-docker files without explicit file extensions, or in unsaved buffers, as dockerfiles. This PR fixes it.

princemaple commented 6 years ago

made a patch release