mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
14 lines
365 B
Cheetah
14 lines
365 B
Cheetah
|
package slinguist
|
||
|
|
||
|
// CODE GENERATED AUTOMATICALLY WITH github.com/src-d/simple-linguist/cli/slinguist-generate
|
||
|
// THIS FILE SHOULD NOT BE EDITED BY HAND
|
||
|
// Extracted from github/linguist commit: {{ getCommit }}
|
||
|
|
||
|
import "gopkg.in/toqueteos/substring.v1"
|
||
|
|
||
|
var vendorMatchers = substring.Or(
|
||
|
{{range $regexp := . -}}
|
||
|
substring.Regexp(`{{ $regexp }}`),
|
||
|
{{end -}}
|
||
|
)
|