Skip to content

Commit d36d6c7

Browse files
theothornhillubolonton
authored andcommitted
Register csharp-mode as a major mode for c-sharp
Add csharp-mode as a major mode for editing C#
1 parent e460d26 commit d36d6c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tree-sitter-langs-build.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If VERSION and OS are not specified, use the defaults of
8585
(c-sharp "075a1b2")
8686
(cpp "5e7476b")
8787
(css "23f2cb9")
88-
(elm nil nil "https://github.com/razzeee/tree-sitter-elm")
88+
(elm "cbec3e4" nil "https://github.com/razzeee/tree-sitter-elm")
8989
(fluent "858fdd6")
9090
(go "f5cae4e")
9191
(html "92c17db")

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ See `tree-sitter-langs-repos'."
8181
(reverse '((agda-mode . agda)
8282
(sh-mode . bash)
8383
(c-mode . c)
84+
(csharp-mode . c-sharp)
8485
(c++-mode . cpp)
8586
(css-mode . css)
8687
(elm-mode . elm)

0 commit comments

Comments
 (0)