File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ For the moment, **it includes**:
17
17
18
18
* ** Download and install Brackets** : http://download.brackets.io/
19
19
* ** 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) :
22
22
23
23
** Find this lines** at the end of the file:
24
24
25
- case "hx" :
26
- return "haxe" ;
25
+ default :
26
+ console.log("Called EditorUtils.js _getModeFromFileExtensions with an unhandled file extension: " + ext) ;
27
27
28
- ** Add below it** this lines:
28
+ ** Add above it** this lines:
29
29
30
30
case "ts":
31
31
return "text/typescript";
You can’t perform that action at this time.
0 commit comments