File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2841,7 +2841,7 @@ If BUFFER, return the number of characters in that buffer instead."
2841
2841
" Syntax table for `go-dot-mod-mode' ." )
2842
2842
2843
2843
(defconst go-dot-mod-mode-keywords
2844
- '(" module" " go" " require" " replace" " exclude " )
2844
+ '(" module" " go" " toolchain " " require" " exclude " " replace" " retract " )
2845
2845
" All keywords for go.mod files. Used for font locking." )
2846
2846
2847
2847
(defgroup go-dot-mod nil
@@ -2891,7 +2891,7 @@ If BUFFER, return the number of characters in that buffer instead."
2891
2891
(add-to-list 'auto-mode-alist '(" go\\ .mod\\ '" . go-dot-mod-mode))
2892
2892
2893
2893
(defconst go-dot-work-mode-keywords
2894
- '(" go" " replace " " use" )
2894
+ '(" go" " toolchain " " use" " replace " )
2895
2895
" All keywords for go.work files. Used for font locking." )
2896
2896
2897
2897
;;;### autoload
You can’t perform that action at this time.
0 commit comments