We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e4bb1 commit bc64ecdCopy full SHA for bc64ecd
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-html-css",
3
"displayName": "HTML CSS Support",
4
"description": "CSS support for HTML documents",
5
- "version": "0.1.0",
+ "version": "0.1.1",
6
"publisher": "ecmel",
7
"license": "MIT",
8
"homepage": "https://github.com/ecmel/vscode-html-css",
@@ -34,7 +34,8 @@
34
"onLanguage:blade",
35
"onLanguage:pug",
36
"onLanguage:jade",
37
- "onLanguage:handlebars"
+ "onLanguage:handlebars",
38
+ "onLanguage:php"
39
],
40
"main": "./out/src/extension",
41
"scripts": {
0 commit comments