Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 4f3dc02

Browse files
committed
Updates REAEME.md
Adds info about newly added syntax file.
1 parent ecf9f8c commit 4f3dc02

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
AngularJS Sublime Text Package
22
===
33

4-
**Supports Sublime Text 2 and Sublime Text 3**
5-
64
Installation Options
75
---
86
* [Package Control](http://wbond.net/sublime_packages/package_control)
97
* [Download](https://github.com/angular-ui/AngularJS-sublime-package/archive/master.zip) this repo, rename it to 'AngularJS', and place it within your `Packages` folder. This can be found within Sublime Text at `Preferences > Browse Packages…`
10-
118
* Clone the repo into your `Packages` folder ` git clone git://github.com/angular-ui/AngularJS-sublime-package.git AngularJS`
129

1310
ST2 Recommended Settings
@@ -36,6 +33,10 @@ Keymaps/Command Palette
3633
Plug-in Details
3734
---
3835

36+
**Syntax File**
37+
38+
Provides a syntax file, HTML (Angular.js), that you can set to your view which adds the HTML scope back to `<script type="text/ng-template">` tags.
39+
3940
**Completions**
4041

4142
Provides auto-completion of core AngularJS directives, such as `ng-repeat`, `ng-click`, as well as any custom directives you create.

0 commit comments

Comments
 (0)