mirror of
https://github.com/jelera/vim-javascript-syntax.git
synced 2026-03-14 02:36:59 +08:00
Merge branch 'master' of github.com:jelera/vim-javascript-syntax
This commit is contained in:
@@ -18,13 +18,15 @@ To enable code folding add the following to your `.vimrc`.
|
|||||||
|
|
||||||
au FileType javascript call JavaScriptFold()
|
au FileType javascript call JavaScriptFold()
|
||||||
|
|
||||||
|
###Note
|
||||||
|
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.
|
||||||
|
|
||||||
###TODO
|
###TODO
|
||||||
You can help me improve it too.
|
You can help me improve it too.
|
||||||
|
|
||||||
- The separate highlight of the arguments
|
- ~~The separate highlight of the arguments~~ Thanks to [Billychan](https://github.com/jelera/vim-javascript-syntax/commit/b03f40ff6ddf605ac146634a651632d6c1e8a50b) for this
|
||||||
- I know this is a syntax file, but having an autocompletion file.
|
- ~~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)
|
||||||
- Add keywords for the popular third-party libraries like jQuery, YUI, Prototype, etc.
|
- ~~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)
|
||||||
|
|
||||||
###Screenshots
|
###Screenshots
|
||||||
This is the stock Javascript syntax file
|
This is the stock Javascript syntax file
|
||||||
|
|||||||
Reference in New Issue
Block a user