增加 php支持

pull/1/head 1.1.1
宇天 2019-01-05 04:34:41 +08:00
parent 72208ba6ba
commit f1dde6ddce
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# 更新日志
## [1.1.1] 2019-01-05
- 增加php支持
## [1.1.0] 2019-01-04
- 实时响应配置更新。

View File

@ -26,6 +26,7 @@ const EXTS = {
'.js': 'node',
'.json': 'npm start',
'.py': 'python -u',
'.php': 'php',
'.sh': 'bash',
'.swift': 'swift',
'.ts': 'ts-note'

View File

@ -2,7 +2,7 @@
"name": "build-system",
"displayName": "sublime build system",
"description": "🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"icon": "logo.png",