diff --git a/init.el b/init.el index 62b70d8..250f093 100644 --- a/init.el +++ b/init.el @@ -138,6 +138,8 @@ (c++-mode . c++-ts-mode) (c-or-c++-mode . c-or-c++-ts-mode) (python-mode . python-ts-mode) + (go-mode . go-ts-mode) + (go-dot-mod-mode . go-mod-ts-mode) (java-mode . java-ts-mode) (rust-mode . rust-ts-mode) (json-mode . json-ts-mode)