We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11df311 + 3e4c702 commit 8a8112fCopy full SHA for 8a8112f
pkg/deps/golang.go
@@ -11,7 +11,7 @@ import (
11
"github.com/alecthomas/chroma/lexers/g"
12
)
13
14
-var goExcludeRegex = regexp.MustCompile(`(?i)^"fmt"$`)
+var goExcludeRegex = regexp.MustCompile(`^"fmt"$`)
15
16
// StateGo is a token parsing state.
17
type StateGo int
0 commit comments