Skip to content

Commit 162dcf1

Browse files
committed
feat(gomarklint): add 3rd party fallback completion loader
https://github.com/shinagawa-web/gomarklint
1 parent 5d5f997 commit 162dcf1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
/gmplayer
162162
/gnumake
163163
/_go-licenses
164+
/_gomarklint
164165
/google-chrome
165166
/google-chrome-stable
166167
/_gopass

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ CLEANFILES = \
732732
gmplayer \
733733
gnumake \
734734
_go-licenses \
735+
_gomarklint \
735736
google-chrome \
736737
google-chrome-stable \
737738
_gopass \
@@ -1237,6 +1238,7 @@ symlinks: $(DATA)
12371238
_glen \
12381239
_glow \
12391240
_go-licenses \
1241+
_gomarklint \
12401242
_gopass \
12411243
_gopherjs \
12421244
_goreleaser \

0 commit comments

Comments
 (0)