Skip to content

Commit

Permalink
chore(language/go): fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Dec 7, 2024
1 parent dda3697 commit 021fba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/languages/siren-golang.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
(add-to-list 'completion-ignored-extensions ".test"))

(when (fboundp 'go-ts-mode)
;; TODO: Re-evaluate go-ts-mode in the future. Right now it's immediate
;; TODO: Re-evaluate go-ts-mode in the future. Right now its immediate
;; highlighting of syntax errors is a bit annoying, as it makes whole blocks
;; of code bright yellow around the cursor as you're typing.
(use-package go-ts-mode
Expand Down

0 comments on commit 021fba9

Please sign in to comment.