From d6e0993d0ab8074489133d44d68045c0e57f554a Mon Sep 17 00:00:00 2001 From: Steins7 Date: Thu, 6 Jan 2022 14:16:57 +0100 Subject: [PATCH] Added support for openscad files + added openscad syntax support --- .gitmodules | 3 +++ bundle/openscad.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/openscad.vim diff --git a/.gitmodules b/.gitmodules index 0ccfe26..da581ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "bundle/editorconfig-vim"] path = bundle/editorconfig-vim url = https://github.com/editorconfig/editorconfig-vim.git +[submodule "bundle/openscad.vim"] + path = bundle/openscad.vim + url = https://github.com/vim-scripts/openscad.vim diff --git a/bundle/openscad.vim b/bundle/openscad.vim new file mode 160000 index 0000000..c9d4685 --- /dev/null +++ b/bundle/openscad.vim @@ -0,0 +1 @@ +Subproject commit c9d46851d57cb3cc15d30ddb0e236804cb51213b