Skip to content

Commit

Permalink
Merge pull request #25 from blag/patch-1
Browse files Browse the repository at this point in the history
Prevent confusion with Python files
  • Loading branch information
blag committed Nov 14, 2018
2 parents 6e521ea + 81d61bc commit 9e9a518
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(?!\s+\S+\s+import)|arg))\s+
scope: source.dockerfile

variables:
Expand Down

0 comments on commit 9e9a518

Please sign in to comment.