Skip to content

Commit

Permalink
Add *.Dockerfile to docker lexer (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Oct 12, 2023
1 parent 2fa6f14 commit 9ae4dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lexers/embedded/docker.xml
Expand Up @@ -5,6 +5,7 @@
<alias>dockerfile</alias>
<filename>Dockerfile</filename>
<filename>Dockerfile.*</filename>
<filename>*.Dockerfile</filename>
<filename>*.docker</filename>
<mime_type>text/x-dockerfile-config</mime_type>
<case_insensitive>true</case_insensitive>
Expand Down

0 comments on commit 9ae4dae

Please sign in to comment.