JavaScript bundle for vim, this bundle provides syntax and indent plugins.
- Install with Vundle
Add to vimrc:
Bundle "pangloss/vim-javascript"
And install it:
:so ~/.vimrc
:BundleInstall
-
Install with pathogen
cd ~/.vim/bundle git clone https://github.com/pangloss/vim-javascript.git
The following variables control certain syntax highlighting features. You can
add them to your .vimrc
to enable/disable their features.
Enables HTML/CSS syntax highlighting in your JavaScript file.
Default Value: 0
Enables JavaScript code folding.
Default Value: 1
Enables concealing characters. For example, function
is replaced with ƒ
Default Value: 0
Disables JSDoc syntax highlighting
Default Value: 0
This project uses the git flow model for development. There's a handy git module for git flow. If you'd like to be added as a contributor, the price of admission is 1 pull request. Please follow the general code style guides (read the code) and in your pull request explain the reason for the proposed change and how it is valuable.
Report a bug on GitHub Issues.