fix keyword type to fix tests

This commit is contained in:
chrisdias 2017-05-08 15:50:46 -07:00
parent 91b7995904
commit 312cb04e19

View file

@ -7,7 +7,7 @@
{
"captures": {
"1": {
"name": "keyword.other.dockerfile"
"name": "keyword.other.special-method.dockerfile"
}
},
"match": "\\s*(?:(FROM|AS))\\s"