Skip to content

Commit

Permalink
Include Containerfile equivalency (#5588)
Browse files Browse the repository at this point in the history
This file is exactly equivalent in every way and context.  Exact same
highlighting rules and handling should be provided for either name
style.
  • Loading branch information
cevich authored Oct 14, 2021
1 parent 971e152 commit 0f7b414
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,11 +1340,14 @@ DirectX 3D File:
language_id: 201049282
Dockerfile:
type: programming
aliases:
- Containerfile
color: "#384d54"
tm_scope: source.dockerfile
extensions:
- ".dockerfile"
filenames:
- Containerfile
- Dockerfile
ace_mode: dockerfile
codemirror_mode: dockerfile
Expand Down

0 comments on commit 0f7b414

Please sign in to comment.