Skip to content

Commit

Permalink
Make Dockerfile a programming language (#4169)
Browse files Browse the repository at this point in the history
* Make Dockerfile a programming language

* Add Docker colour
  • Loading branch information
lildude authored Jun 22, 2018
1 parent 8921c24 commit 4e239d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,8 @@ Diff:
codemirror_mime_type: text/x-diff
language_id: 88
Dockerfile:
type: data
type: programming
color: "#0db7ed"
tm_scope: source.dockerfile
extensions:
- ".dockerfile"
Expand Down

0 comments on commit 4e239d9

Please sign in to comment.