Skip to content

Commit 2fb4064

Browse files
committed
Merge branch 'master' of github.com:jelera/vim-javascript-syntax
2 parents a170a17 + 72f558e commit 2fb4064

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ To enable code folding add the following to your `.vimrc`.
1818

1919
au FileType javascript call JavaScriptFold()
2020

21+
###Note
22+
This is a syntax plugin, not an indentation one. For indentation, this is the [recommended one](https://github.com/vim-scripts/JavaScript-Indent) by Preston Koprivica.
2123

2224
###TODO
2325
You can help me improve it too.
2426

25-
- The separate highlight of the arguments
26-
- I know this is a syntax file, but having an autocompletion file.
27-
- Add keywords for the popular third-party libraries like jQuery, YUI, Prototype, etc.
27+
- ~~The separate highlight of the arguments~~ Thanks to [Billychan](https://github.com/jelera/vim-javascript-syntax/commit/b03f40ff6ddf605ac146634a651632d6c1e8a50b) for this
28+
- ~~I know this is a syntax file, but having an autocompletion file.~~ So far a better autocompletion can be achieved by [Tern for Vim](https://github.com/marijnh/tern_for_vim)
29+
- ~~Add keywords for the popular third-party libraries like jQuery, YUI, Prototype, etc.~~ This can be done with [this repo](https://github.com/othree/javascript-libraries-syntax.vim)
2830

2931
###Screenshots
3032
This is the stock Javascript syntax file

0 commit comments

Comments
 (0)