Skip to content

Commit c73fade

Browse files
committed
Add tokenType for css to trigger path completion too. #46145
1 parent 50c09aa commit c73fade

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extensions/css/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
{
3232
"language": "css",
3333
"scopeName": "source.css",
34-
"path": "./syntaxes/css.tmLanguage.json"
34+
"path": "./syntaxes/css.tmLanguage.json",
35+
"tokenTypes": {
36+
"meta.function.url string.quoted": "other"
37+
}
3538
}
3639
]
3740
}

0 commit comments

Comments
 (0)