diff --git a/contentprovider-sample/locations-syntax.json b/contentprovider-sample/locations-syntax.json index df92f6ba..61acc859 100644 --- a/contentprovider-sample/locations-syntax.json +++ b/contentprovider-sample/locations-syntax.json @@ -8,11 +8,11 @@ }, { "name": "keyword.locations", - "match": "\\d+:" + "match": " \\d+:" }, { "name": "keyword.control.locations", - "match": "\\d+" + "match": " \\d+" } ] }