Skip to content

Commit 2452462

Browse files
committed
Merge branch 'rm-indent'
Conflicts: README.md
2 parents f4a03f8 + 4c5cf64 commit 2452462

2 files changed

Lines changed: 2 additions & 568 deletions

File tree

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
JavaScript 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

5427
If you'd like to be added as a contributor the price of admission is 1 pull request.

0 commit comments

Comments
 (0)