We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84d887 commit 6762f25Copy full SHA for 6762f25
1 file changed
README.md
@@ -10,6 +10,7 @@ supported languages.
10
- [underscore.js](http://underscorejs.org/)
11
- [Backbone.js](http://backbonejs.org/)
12
- [prelude.ls](http://gkz.github.com/prelude-ls/)
13
+- [AngularJS](http://angularjs.org/)
14
15
## File Types
16
@@ -29,6 +30,14 @@ You can use g:used_javascript_libs to setup used libraries, ex:
29
30
31
let g:used_javascript_libs = 'underscore,backbone'
32
33
+Support libs id:
34
+
35
+- jQuery: jquery
36
+- underscore.js: underscore
37
+- Backbone.js: backbone
38
+- prelude.ls: prelude
39
+- AngularJS: angularjs
40
41
## Todo
42
43
- Support option to choose libraries
0 commit comments