We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dafa27 commit d186b9dCopy full SHA for d186b9d
3 files changed
.gitmodules
@@ -2022,6 +2022,10 @@
2022
path = extensions/tanuki
2023
url = https://github.com/dylf/zed-tanuki.git
2024
2025
+[submodule "extensions/tcl"]
2026
+ path = extensions/tcl
2027
+ url = https://github.com/richnou/kissb-zed-tcl.git
2028
+
2029
[submodule "extensions/templ"]
2030
path = extensions/templ
2031
url = https://github.com/makifdb/zed-templ.git
extensions.toml
@@ -2068,6 +2068,10 @@ version = "0.6.0"
2068
submodule = "extensions/tanuki"
2069
version = "0.0.1"
2070
2071
+[tcl]
2072
+submodule = "extensions/tcl"
2073
+version = "0.0.1"
2074
2075
[templ]
2076
submodule = "extensions/templ"
2077
version = "0.0.7"
extensions/tcl
0 commit comments