From 20137dafd8536d5f5af872bbc51e72bed8fb81a2 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 15 Nov 2017 09:09:11 +0000 Subject: [PATCH] Add es6 hightlighting --- .gitmodules | 3 +++ bundle/vim-es6 | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-es6 diff --git a/.gitmodules b/.gitmodules index a56cd11..ca2142b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -53,3 +53,6 @@ [submodule "bundle/emmet-vim"] path = bundle/emmet-vim url = https://github.com/mattn/emmet-vim +[submodule "bundle/vim-es6"] + path = bundle/vim-es6 + url = https://github.com/isRuslan/vim-es6.git diff --git a/bundle/vim-es6 b/bundle/vim-es6 new file mode 160000 index 0000000..c0ca7bc --- /dev/null +++ b/bundle/vim-es6 @@ -0,0 +1 @@ +Subproject commit c0ca7bcef2cf0095a598ce1f556eb9fbd2b1d4b4