mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user