Skip to content

Commit af3d665

Browse files
author
othree_kao
committed
Prepare for 0.2 release
1 parent 21e626c commit af3d665

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Will be more when SyntaxComplete has new version.
2323

2424
Use [pathogen][] or [vundle][].
2525

26+
## Config
27+
28+
You can use g:used_javascript_libs to setup used libraries, ex:
29+
30+
let g:used_javascript_libs = 'underscore,backbone'
31+
2632
## Todo
2733

2834
- Support option to choose libraries
@@ -33,16 +39,19 @@ Use [pathogen][] or [vundle][].
3339
## Known Issue
3440

3541
SyntaxComplete only accept groups with filetype prefixed. For example, 'javascript' files.
36-
Only keywords in groups which's name is /javascript.*/ will be available. So to make it
42+
Only keywords in groups which's name matches /javascript.*/ will be available. So to make it
3743
possible to use SyntaxComplete on CoffeeScript, LiveScript and other compile to JavaScript
3844
languages. We must redefine all syntax many times, with different name prefix. SyntaxComplete
3945
might have new feature to support a user define pattern for group name to include.
4046
All repeat defination will be removed when SyntaxComplete supports this feature.
4147

4248
## Changes
4349

50+
### Version 0.2
51+
- Supports library selection
52+
4453
### Version 0.1
45-
- 0.1 First release.
54+
- First release.
4655

4756
## Credits
4857

config.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME=javascript-libraries-syntax.vim
2-
VERSION=0.1
2+
VERSION=0.2
33

44
bundle-deps:
55
$(call fetch_github,ID,REPOSITORY,BRANCH,PATH,TARGET_PATH)

0 commit comments

Comments
 (0)