Skip to content

Commit 36f3288

Browse files
committed
mappings for shell commands in dockerfile
1 parent 2e2ae43 commit 36f3288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/de/dreamlab/dash/KeywordLookup.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public KeywordLookup()
7676
setLanguage("Scala", "scala", "akka", "playscala");
7777
setLanguage("SSP", "scala", "akka", "playscala");
7878
setLanguage("TypoScript", "typo3");
79-
setLanguage("Dockerfile", "docker");
79+
setLanguage("Dockerfile", "docker", "bash", "manpages");
8080

8181
// Third-party Plugins
8282
setLanguage("Bash", "bash", "manpages");

0 commit comments

Comments
 (0)