Skip to content

Commit e7630da

Browse files
committed
updated readme & added some screenshots
1 parent fd64c35 commit e7630da

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,20 @@ ECMAScript 6 JavaScript language definition for TextMate and SublimeText. This b
33
).
44

55
Highlighted features include modules, succinct methods, arrow functions, classes, generators, and accessors.
6+
7+
## Installation and Use
8+
9+
If you haven't already, [install Package Control](https://sublime.wbond.net/installation), then select `JavaScript Improved` from the `Package Control: Install Package` dropdown list in the Command Palette.
10+
11+
To set this as your default JavaScript syntax, open a javascript file, then select `View -> Syntax -> Open all with current extension as... -> JavascriptImproved`.
12+
13+
# Screenshots
14+
![screenshot](https://raw.github.com/simonzack/JavaScriptImproved/master/screenshots/code.png)
15+
16+
__Classes__
17+
18+
![screenshot](https://raw.github.com/simonzack/JavaScriptImproved/master/screenshots/classes.png)
19+
20+
__Modules__
21+
22+
![screenshot](https://raw.github.com/simonzack/JavaScriptImproved/master/screenshots/module.png)

screenshots/classes.png

14.5 KB
Loading

screenshots/code.png

18.9 KB
Loading

screenshots/module.png

9.8 KB
Loading

0 commit comments

Comments
 (0)