You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+35-18Lines changed: 35 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,20 @@ This version of this file features the following text highlights:
17
17
- Operation, comparison and logical symbols (`=`,`==`,`===`,`!=`,etc.).
18
18
- Separate highlight of the arguments. Thanks to [Billychan](https://github.com/jelera/vim-javascript-syntax/commit/b03f40ff6ddf605ac146634a651632d6c1e8a50b).
19
19
20
-
To enable code folding add the following to your `.vimrc`.
21
20
22
-
```vim
23
-
au FileType javascript call JavaScriptFold()
24
-
```
21
+
### [Screenshots](http://imgur.com/a/7bnu3)
22
+
This is the stock Javascript syntax file
23
+
#### Solarized Light
24
+

25
25
26
+
This is with the Enhanced Syntax file
27
+

28
+
29
+
#### Hybrid
30
+

31
+
32
+
This is with the Enhanced Syntax file
33
+

26
34
### Installation
27
35
- Using [NeoBundle](https://github.com/Shougo/neobundle.vim)**(Which I recommend)**,
-**Indentation**, can be achieved with [Javascript-Indent](https://github.com/vim-scripts/JavaScript-Indent) by Preston Koprivica. On my testing, it has proved to be the most capable and also indents HTML and JS inside HTML.
49
58
The project is unmaintained for now, but you could fork it and improve upon it.
50
59
-**Autocompletion** by [Tern for Vim](https://github.com/marijnh/tern_for_vim)
51
60
- Popular **third-party libraries support** like jQuery, YUI, Prototype, by [javascript-libraries-syntax](https://github.com/othree/javascript-libraries-syntax.vim)
52
61
62
+
53
63
### Contributions
54
-
Always welcome, make sure your commit message should follow this
0 commit comments