Skip to content

Commit

Permalink
corrected first_line_match
Browse files Browse the repository at this point in the history
* first_line_match no longer accidentally matches things like `import blah from 'blah'`
  • Loading branch information
mitranim authored and princemaple committed Dec 6, 2017
1 parent 41b5d53 commit 6e521ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Dockerfile.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Dockerfile
file_extensions:
- Dockerfile
- dockerfile
first_line_match: \s*(?i:(from|arg))\s
first_line_match: ^\s*(?i:(from|arg))\s
scope: source.dockerfile

variables:
Expand Down

0 comments on commit 6e521ea

Please sign in to comment.