Skip to content

Commit 312cb04

Browse files
committed
fix keyword type to fix tests
1 parent 91b7995 commit 312cb04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/docker/syntaxes/docker.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"captures": {
99
"1": {
10-
"name": "keyword.other.dockerfile"
10+
"name": "keyword.other.special-method.dockerfile"
1111
}
1212
},
1313
"match": "\\s*(?:(FROM|AS))\\s"

0 commit comments

Comments
 (0)