mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 22:53:05 -03:00
changes to improve detection accuracy
This commit is contained in:
11
internal/code-generator/assets/filename.go.tmpl
Normal file
11
internal/code-generator/assets/filename.go.tmpl
Normal file
@ -0,0 +1,11 @@
|
||||
package enry
|
||||
|
||||
// CODE GENERATED AUTOMATICALLY WITH gopkg.in/src-d/enry.v1/internal/code-generator
|
||||
// THIS FILE SHOULD NOT BE EDITED BY HAND
|
||||
// Extracted from github/linguist commit: {{ getCommit }}
|
||||
|
||||
var languagesByFilename = map[string][]string{
|
||||
{{range $filename, $languages := . -}}
|
||||
"{{ $filename }}": { {{- formatStringSlice $languages -}} },
|
||||
{{end -}}
|
||||
}
|
Reference in New Issue
Block a user