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
- Zhao Yi, Claudio Fleiner, Scott Shattuck (This file is based on their hard work)
5
5
- gumnos (From the #vim IRC Channel in Freenode) (Who helped me figured out the
6
6
crazy Vim Regexes)
7
7
8
-
###Description
8
+
## Description
9
9
This file is a fork of [this file](http://www.vim.org/scripts/script.php?script_id=1491)
10
10
and [the stock one](http://fleiner.com/vim/download.html)
11
11
@@ -17,21 +17,26 @@ 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
+
### Rationale
21
+
While there are already a few syntax files in the wild (some even forks from this project), the goal is to have a syntax file that has current keywords for modern ES/JS development and to be fairly lean and quick on loading.
20
22
21
-
### [Screenshots](http://imgur.com/a/7bnu3)
23
+
##Screenshots
22
24
This is the stock Javascript syntax file
23
25
#### Solarized Light
24
26

25
27
26
28
This is with the Enhanced Syntax file
27
29

28
30
31
+
More screenshots [here](http://imgur.com/a/7bnu3).
32
+
29
33
#### Hybrid
30
34

31
35
32
36
This is with the Enhanced Syntax file
33
37

34
-
### Installation
38
+
39
+
## Installation
35
40
- Using [Vim-Plug](https://github.com/junegunn/vim-plug)**(Which I recommend)**,
The recommended way is to use [Prettier](https://prettier.io/docs/en/vim.html) and [ALE](https://github.com/dense-analysis/ale).
59
64
@@ -64,31 +69,9 @@ The project is unmaintained for now, but you could fork it and improve upon it.~
64
69
-[Tern for Vim](https://github.com/marijnh/tern_for_vim)
65
70
- Popular **third-party libraries support** like jQuery, YUI, Prototype, by [javascript-libraries-syntax](https://github.com/othree/javascript-libraries-syntax.vim)
0 commit comments