Skip to content

Commit bc64ecd

Browse files
committed
Add php support
1 parent e9e4bb1 commit bc64ecd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
44
"description": "CSS support for HTML documents",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "ecmel",
77
"license": "MIT",
88
"homepage": "https://github.com/ecmel/vscode-html-css",
@@ -34,7 +34,8 @@
3434
"onLanguage:blade",
3535
"onLanguage:pug",
3636
"onLanguage:jade",
37-
"onLanguage:handlebars"
37+
"onLanguage:handlebars",
38+
"onLanguage:php"
3839
],
3940
"main": "./out/src/extension",
4041
"scripts": {

0 commit comments

Comments
 (0)