We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a29b7 commit 16bb293Copy full SHA for 16bb293
1 file changed
README.md
@@ -11,6 +11,7 @@ supported languages.
11
- [Backbone.js](http://backbonejs.org/)
12
- [prelude.ls](http://gkz.github.com/prelude-ls/)
13
- [AngularJS](http://angularjs.org/)
14
+- [RequireJS](http://requirejs.org/)
15
16
## File Types
17
@@ -38,6 +39,7 @@ Support libs id:
38
39
- Backbone.js: backbone
40
- prelude.ls: prelude
41
- AngularJS: angularjs
42
+- RequireJS: requirejs
43
44
You can use [local vimrc][] to setup libraries used in project. Sample code for local vimrc:
45
@@ -66,7 +68,8 @@ All repeat defination will be removed when SyntaxComplete supports this feature.
66
68
67
69
### Version 0.3
70
-- Supports AngularJS
71
+- Supports AngularJS, RequireJS
72
+- Support TypeScript
73
- Setup used libraries
74
- Better init way
75
0 commit comments