From 6dc6240ee288e1faf0d0c1e0e0636ae5d3f58de7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 9 Sep 2024 23:56:51 +0200 Subject: emacs: Specify tree-sitter parser for Go --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.config/emacs/init.el') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index ea8f224..3f233b7 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -403,6 +403,7 @@ indentation-width.") (setq treesit-language-source-alist '((cpp "https://github.com/tree-sitter/tree-sitter-cpp") (elisp "https://github.com/Wilfred/tree-sitter-elisp") + (go "https://github.com/tree-sitter/tree-sitter-go") (gomod "https://github.com/camdencheek/tree-sitter-go-mod") (html "https://github.com/tree-sitter/tree-sitter-html"))) -- cgit v1.2.3