Skip to content

Commit 5a0d57f

Browse files
nordlowPer Nordlöw
andauthored
Add D support (#43)
Co-authored-by: Per Nordlöw <[email protected]>
1 parent 471836d commit 5a0d57f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,6 @@
169169
branch = main
170170
update = none
171171
ignore = dirty
172+
[submodule "repos/d"]
173+
path = repos/d
174+
url = https://github.com/CyberShadow/tree-sitter-d/

repos/d

Submodule d added at c2fbf21

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ See `tree-sitter-langs-repos'."
103103
(c-mode . c)
104104
(csharp-mode . c-sharp)
105105
(c++-mode . cpp)
106+
(d-mode . d)
106107
(css-mode . css)
107108
(elm-mode . elm)
108109
(elixir-mode . elixir)

0 commit comments

Comments
 (0)