Skip to content

Commit 21d147d

Browse files
author
tomsdev
committed
Updated Instructions
1 parent b261aea commit 21d147d

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,10 @@ 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 **www/extensions/dev** directory in the **installation folder of Brackets**
21-
* Edit the file **www/editor/EditorUtils.js** (as Administrator in Windows):
20+
* **Run Brackets** and in the **Help menu** click on **Show Extensions Folder**
21+
* **Put the extension into the user folder** (unzip the extension if needed)
2222

23-
**Find this lines** at the end of the file:
24-
25-
default:
26-
console.log("Called EditorUtils.js _getModeFromFileExtensions with an unhandled file extension: " + ext);
27-
28-
**Add above it** this lines:
29-
30-
case "ts":
31-
return "text/typescript";
32-
33-
**Save it** and you are done !
34-
35-
Run **Brackets** and try it.
23+
Reload **Brackets** and try it!
3624

3725
You can open a **TypeScript project** or the **sample project** given
3826
with this extension in the Sample folder.

0 commit comments

Comments
 (0)