Add tokenType for css to trigger path completion too. #46145

This commit is contained in:
Pine Wu 2018-03-20 18:35:28 -07:00
parent 50c09aac33
commit c73fade234

View file

@ -31,7 +31,10 @@
{
"language": "css",
"scopeName": "source.css",
"path": "./syntaxes/css.tmLanguage.json"
"path": "./syntaxes/css.tmLanguage.json",
"tokenTypes": {
"meta.function.url string.quoted": "other"
}
}
]
}