File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33JavaScript bundle for vim, this bundle provides syntax and indent plugins.
44
5+ > Indentation of javascript in vim is terrible, and this is the very end of it.
6+
57## Installation
68
79- Install with [ Vundle] ( https://github.com/gmarik/vundle )
@@ -20,35 +22,6 @@ And install it:
2022 cd ~ /.vim/bundle
2123 git clone https://github.com/pangloss/vim-javascript.git
2224
23- ## Configuration
24-
25- The following variables control certain syntax highlighting features. You can
26- add them to your ` .vimrc ` to enable/disable their features.
27-
28- #### javascript_enable_domhtmlcss
29-
30- Enables HTML/CSS syntax highlighting in your JavaScript file.
31-
32- Default Value: 0
33-
34- #### b: javascript_fold
35-
36- Enables JavaScript code folding.
37-
38- Default Value: 1
39-
40- #### g: javascript_conceal
41-
42- Enables concealing characters. For example, ` function ` is replaced with ` ƒ `
43-
44- Default Value: 0
45-
46- #### javascript_ignore_javaScriptdoc
47-
48- Disables JSDoc syntax highlighting
49-
50- Default Value: 0
51-
5225## Contributing
5326
5427If you'd like to be added as a contributor the price of admission is 1 pull request.
You can’t perform that action at this time.
0 commit comments