We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9409db commit cd9156bCopy full SHA for cd9156b
src/Languages/Dockerfile/DockerfileLanguage.php
@@ -15,7 +15,14 @@ class DockerfileLanguage extends BaseLanguage
15
{
16
public function getName(): string
17
18
- return 'Dockerfile';
+ return 'dockerfile';
19
+ }
20
+
21
+ public function getAliases(): array
22
+ {
23
+ return [
24
+ 'docker',
25
+ ];
26
}
27
28
public function getPatterns(): array
0 commit comments