mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Adopt css to language-configuration
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
"id": "css",
|
||||
"aliases": ["CSS", "css"],
|
||||
"extensions": [".css"],
|
||||
"mimetypes": ["text/css"]
|
||||
"mimetypes": ["text/css"],
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "css",
|
||||
|
||||
Reference in New Issue
Block a user