From 7e5fd86cf259a0d5ab98d3ae0081931832f8f760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 20 Jan 2018 22:25:42 +0100 Subject: Add openscad syntax --- .gitmodules | 3 +++ vim/bundle/vim-openscad | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-openscad diff --git a/.gitmodules b/.gitmodules index b99fcb5..68355d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "vim/bundle/neomutt.vim"] path = vim/bundle/neomutt.vim url = https://github.com/neomutt/neomutt.vim.git +[submodule "vim/bundle/vim-openscad"] + path = vim/bundle/vim-openscad + url = https://github.com/sirtaj/vim-openscad.git diff --git a/vim/bundle/vim-openscad b/vim/bundle/vim-openscad new file mode 160000 index 0000000..2ac407d --- /dev/null +++ b/vim/bundle/vim-openscad @@ -0,0 +1 @@ +Subproject commit 2ac407dcc73176862524e0cf18c00d85146fac57 -- cgit v1.2.3