Skip to content

Commit 15ef1de

Browse files
richnoulucascompython
authored andcommitted
Add tcl extension (zed-industries#2693)
This extension adds some highlight bindings from the Tree-Sitter TCL grammar to highlight TCL files. Let me know if I named something poorly. Thanks!
1 parent f29978e commit 15ef1de

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,6 +2022,10 @@
20222022
path = extensions/tanuki
20232023
url = https://github.com/dylf/zed-tanuki.git
20242024

2025+
[submodule "extensions/tcl"]
2026+
path = extensions/tcl
2027+
url = https://github.com/richnou/kissb-zed-tcl.git
2028+
20252029
[submodule "extensions/templ"]
20262030
path = extensions/templ
20272031
url = https://github.com/makifdb/zed-templ.git

extensions.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,10 @@ version = "0.6.0"
20682068
submodule = "extensions/tanuki"
20692069
version = "0.0.1"
20702070

2071+
[tcl]
2072+
submodule = "extensions/tcl"
2073+
version = "0.0.1"
2074+
20712075
[templ]
20722076
submodule = "extensions/templ"
20732077
version = "0.0.7"

extensions/tcl

Submodule tcl added at 29c9f2b

0 commit comments

Comments
 (0)