From 09ed857a9eafb171492fd88bd29670a9e00982cd Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 1 Dec 2016 11:51:38 +0100 Subject: [PATCH] Syntax highlighting voor Rust. --- .gitmodules | 3 +++ vim/.vim/bundle/rust.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/rust.vim diff --git a/.gitmodules b/.gitmodules index 1e3a4f6..2fa2305 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "vim/bundle/indentLine"] path = vim/.vim/bundle/indentLine url = https://github.com/Yggdroot/indentLine +[submodule "vim/.vim/bundle/rust.vim"] + path = vim/.vim/bundle/rust.vim + url = https://github.com/rust-lang/rust.vim.git diff --git a/vim/.vim/bundle/rust.vim b/vim/.vim/bundle/rust.vim new file mode 160000 index 0000000..eed97e7 --- /dev/null +++ b/vim/.vim/bundle/rust.vim @@ -0,0 +1 @@ +Subproject commit eed97e75117faaf210cb6103cf39a797fe21bfbe