Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 999c7d5

Browse files
author
Jonathan Diehl
committed
Merge branch 'master-up' into submodule-warning
2 parents 09069e1 + 405de4d commit 999c7d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/editor/EditorUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ define(function (require, exports, module) {
144144
return "ruby";
145145

146146
case "py":
147+
case "pyw":
147148
return "python";
148149

149150
case "lua":

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "Brackets",
3-
"version" : "0.18.0-0",
3+
"version" : "0.19.0-0",
44
"homepage" : "http://brackets.io",
55
"issues" :
66
{

0 commit comments

Comments
 (0)