mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
Updated Linguist to v7.17.0
This commit is contained in:
committed by
Alex Bezzubov
parent
619127770d
commit
b3ee64f627
@ -1,5 +1,5 @@
|
||||
// Code generated by github.com/go-enry/go-enry/v2/internal/code-generator DO NOT EDIT.
|
||||
// Extracted from github/linguist commit: cdf42b16b136fc7f0a491d36c415f34fcfb9368a
|
||||
// Extracted from github/linguist commit: 50d3abb3a504e0c8b9bef762afa1c1061fd0d72e
|
||||
|
||||
package data
|
||||
|
||||
@ -1508,7 +1508,7 @@ var ContentHeuristics = map[string]*Heuristics{
|
||||
},
|
||||
".vba": &Heuristics{
|
||||
rule.Or(
|
||||
rule.MatchingLanguages("Vim script"),
|
||||
rule.MatchingLanguages("Vim Script"),
|
||||
regexp.MustCompile(`(?m)^UseVimball`),
|
||||
),
|
||||
rule.Always(
|
||||
|
Reference in New Issue
Block a user