mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
support FROM...AS in dockerfile
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
],
|
||||
"name": "Dockerfile",
|
||||
"patterns": [
|
||||
{
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "keyword.other.dockerfile"
|
||||
}
|
||||
},
|
||||
"match": "\\s*(?:(FROM|AS))\\s"
|
||||
},
|
||||
{
|
||||
"captures": {
|
||||
"1": {
|
||||
|
||||
Reference in New Issue
Block a user