We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471836d commit 5a0d57fCopy full SHA for 5a0d57f
.gitmodules
@@ -169,3 +169,6 @@
169
branch = main
170
update = none
171
ignore = dirty
172
+[submodule "repos/d"]
173
+ path = repos/d
174
+ url = https://github.com/CyberShadow/tree-sitter-d/
repos/d
tree-sitter-langs.el
@@ -103,6 +103,7 @@ See `tree-sitter-langs-repos'."
103
(c-mode . c)
104
(csharp-mode . c-sharp)
105
(c++-mode . cpp)
106
+ (d-mode . d)
107
(css-mode . css)
108
(elm-mode . elm)
109
(elixir-mode . elixir)
0 commit comments