From 63cb98a32784ab25846dcc0f2c6d6b154121eb45 Mon Sep 17 00:00:00 2001 From: dfsek Date: Sun, 17 Oct 2021 15:32:42 -0700 Subject: [PATCH] add YAML addon as submodule --- .gitmodules | 3 +++ common/addons/language-yaml | 1 + 2 files changed, 4 insertions(+) create mode 160000 common/addons/language-yaml diff --git a/.gitmodules b/.gitmodules index bd47908ed..6f76ea5ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "common/addons/generation-stage-structure"] path = common/addons/generation-stage-structure url = https://github.com/PolyhedralDev/Terra-generation-stage-structure +[submodule "common/addons/language-yaml"] + path = common/addons/language-yaml + url = https://github.com/PolyhedralDev/Terra-language-yaml diff --git a/common/addons/language-yaml b/common/addons/language-yaml new file mode 160000 index 000000000..aaa32f988 --- /dev/null +++ b/common/addons/language-yaml @@ -0,0 +1 @@ +Subproject commit aaa32f988bdc8bcb25a4193bcf002cd46f748a7f