From e9b5bd06fef79b3918b03f99e7cdff4da47017cc Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Thu, 2 Sep 2021 22:17:14 +0100 Subject: [PATCH] vim: add vim-hcl Signed-off-by: Alejandro Mery --- .gitmodules | 3 +++ 3rd-party/vim-hcl | 1 + files/.vim/ftdetect/hcl.vim | 1 + files/.vim/syntax/hcl.vim | 1 + 4 files changed, 6 insertions(+) create mode 160000 3rd-party/vim-hcl create mode 120000 files/.vim/ftdetect/hcl.vim create mode 120000 files/.vim/syntax/hcl.vim diff --git a/.gitmodules b/.gitmodules index 5ad2150..58cf2b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "3rd-party/vim-flatbuffers"] path = 3rd-party/vim-flatbuffers url = https://github.com/dcharbon/vim-flatbuffers +[submodule "3rd-party/vim-hcl"] + path = 3rd-party/vim-hcl + url = https://github.com/jvirtanen/vim-hcl diff --git a/3rd-party/vim-hcl b/3rd-party/vim-hcl new file mode 160000 index 0000000..6289d1a --- /dev/null +++ b/3rd-party/vim-hcl @@ -0,0 +1 @@ +Subproject commit 6289d1a1424229a8f6523f4ef9441dbf2468250b diff --git a/files/.vim/ftdetect/hcl.vim b/files/.vim/ftdetect/hcl.vim new file mode 120000 index 0000000..861f817 --- /dev/null +++ b/files/.vim/ftdetect/hcl.vim @@ -0,0 +1 @@ +../../../3rd-party/vim-hcl/ftdetect/hcl.vim \ No newline at end of file diff --git a/files/.vim/syntax/hcl.vim b/files/.vim/syntax/hcl.vim new file mode 120000 index 0000000..dc9d64f --- /dev/null +++ b/files/.vim/syntax/hcl.vim @@ -0,0 +1 @@ +../../../3rd-party/vim-hcl/syntax/hcl.vim \ No newline at end of file