Skip to content

Commit 12159aa

Browse files
author
Thomas L.
committed
Update README.md
1 parent 47215f9 commit 12159aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ For the moment, **it includes**:
1717

1818
* **Download and install Brackets**: http://download.brackets.io/
1919
* **Download or clone this extension** from this repository
20-
* Put it into the **src/extensions/dev directory of Brackets**
21-
* Edit the file **src/editor/EditorUtils.js**:
20+
* Put it into the **www/extensions/dev** directory in the **installation folder of Brackets**
21+
* Edit the file **www/editor/EditorUtils.js** (as Administrator in Windows):
2222

2323
**Find this lines** at the end of the file:
2424

25-
case "hx":
26-
return "haxe";
25+
default:
26+
console.log("Called EditorUtils.js _getModeFromFileExtensions with an unhandled file extension: " + ext);
2727

28-
**Add below it** this lines:
28+
**Add above it** this lines:
2929

3030
case "ts":
3131
return "text/typescript";

0 commit comments

Comments
 (0)