From 95d98c95e84891b2809ce88bb6640e6881357451 Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Fri, 12 Jul 2024 18:12:13 -0400 Subject: Add Gnu Bison --- .gitmodules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d3fc091..9e590af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ [submodule "src/configs/debmake"] path = src/configs/debmake url = https://github.com/lshprung/debmake-dash-docset.git -[submodule "src/configs/flex"] - path = src/configs/flex +[submodule "src/configs/Flex"] + path = src/configs/Flex url = https://github.com/lshprung/flex-dash-docset [submodule "src/configs/GNU_Autoconf"] path = src/configs/GNU_Autoconf @@ -16,3 +16,6 @@ [submodule "src/configs/GNU_Bash"] path = src/configs/GNU_Bash url = https://github.com/lshprung/gnu-bash-dash-docset +[submodule "src/configs/GNU_Bison"] + path = src/configs/GNU_Bison + url = https://github.com/lshprung/gnu-bison-dash-docset.git -- cgit