mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
regenerated to the last commit of linguist
This commit is contained in:
@ -2,7 +2,7 @@ package data
|
||||
|
||||
// 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: b6460f8ed6b249281ada099ca28bd8f1230b8892
|
||||
// Extracted from github/linguist commit: d5c8db3fb91963c4b2762ca2ea2ff7cfac109f68
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
@ -295,14 +295,14 @@ var ContentMatchers = map[string]languageMatcher{
|
||||
} else if pl_Perl_Matcher_0.Match(i) {
|
||||
return []string{"Perl"}
|
||||
} else if pl_Perl6_Matcher_0.Match(i) {
|
||||
return []string{"Perl6"}
|
||||
return []string{"Perl 6"}
|
||||
}
|
||||
|
||||
return nil
|
||||
},
|
||||
".pm": func(i []byte) []string {
|
||||
if pm_Perl6_Matcher_0.Match(i) {
|
||||
return []string{"Perl6"}
|
||||
return []string{"Perl 6"}
|
||||
} else if pm_Perl_Matcher_0.Match(i) {
|
||||
return []string{"Perl"}
|
||||
}
|
||||
@ -405,7 +405,7 @@ var ContentMatchers = map[string]languageMatcher{
|
||||
if t_Turing_Matcher_0.Match(i) {
|
||||
return []string{"Turing"}
|
||||
} else if t_Perl6_Matcher_0.Match(i) {
|
||||
return []string{"Perl6"}
|
||||
return []string{"Perl 6"}
|
||||
} else if t_Perl_Matcher_0.Match(i) {
|
||||
return []string{"Perl"}
|
||||
}
|
||||
|
Reference in New Issue
Block a user