Skip to content

Commit 4947497

Browse files
committed
Update readme to reflect tree-sitter in master
1 parent 3cff337 commit 4947497

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.org

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ You can enable experimental tree sitter support for indentation and highlighting
2626
(use-package tree-sitter-langs)
2727

2828
(use-package csharp-mode
29-
:straight
30-
(csharp-mode :type git
31-
:host github
32-
:repo "emacs-csharp/csharp-mode"
33-
:branch "tree-sitter")
3429
:config
3530
(add-to-list 'auto-mode-alist '("\\.cs\\'" . csharp-tree-sitter-mode)))
3631
#+end_src

0 commit comments

Comments
 (0)