提交 91b79959 编写于 作者: C chrisdias

support FROM...AS in dockerfile

上级 96d9bd66
......@@ -4,6 +4,14 @@
],
"name": "Dockerfile",
"patterns": [
{
"captures": {
"1": {
"name": "keyword.other.dockerfile"
}
},
"match": "\\s*(?:(FROM|AS))\\s"
},
{
"captures": {
"1": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册