Skip to content

Commit

Permalink
mappings for shell commands in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelmas committed Jan 20, 2016
1 parent 2e2ae43 commit 36f3288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de/dreamlab/dash/KeywordLookup.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public KeywordLookup()
setLanguage("Scala", "scala", "akka", "playscala");
setLanguage("SSP", "scala", "akka", "playscala");
setLanguage("TypoScript", "typo3");
setLanguage("Dockerfile", "docker");
setLanguage("Dockerfile", "docker", "bash", "manpages");

// Third-party Plugins
setLanguage("Bash", "bash", "manpages");
Expand Down

0 comments on commit 36f3288

Please sign in to comment.