Containerfile support (#93184)

* Apply Dockerfile highlighting to Containerfile

* Recognize Containerfile in Search Editor highlighting

* Register opening Containerfile files on macOS

* Register opening Containerfile files on Windows
This commit is contained in:
Rick van Galen
2020-05-27 14:47:27 +02:00
committed by GitHub
parent e4ce4ade9d
commit 571b747c28
4 changed files with 12 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ const mappings = [
['css', 'source.css'],
['dart', 'source.dart'],
['diff', 'source.diff'],
['dockerfile', 'source.dockerfile', '(?:dockerfile|Dockerfile)'],
['dockerfile', 'source.dockerfile', '(?:dockerfile|Dockerfile|containerfile|Containerfile)'],
['fs', 'source.fsharp'],
['go', 'source.go'],
['groovy', 'source.groovy'],