We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2ae43 commit 36f3288Copy full SHA for 36f3288
src/de/dreamlab/dash/KeywordLookup.java
@@ -76,7 +76,7 @@ public KeywordLookup()
76
setLanguage("Scala", "scala", "akka", "playscala");
77
setLanguage("SSP", "scala", "akka", "playscala");
78
setLanguage("TypoScript", "typo3");
79
- setLanguage("Dockerfile", "docker");
+ setLanguage("Dockerfile", "docker", "bash", "manpages");
80
81
// Third-party Plugins
82
setLanguage("Bash", "bash", "manpages");
0 commit comments