Sync with github/linguist version v7.12.2

This commit is contained in:
Lauris BH
2021-01-17 14:10:38 +02:00
parent 3faf9450da
commit 497e2f85d3
28 changed files with 1310 additions and 1128 deletions

View File

@ -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: 223c00bb80eff04788e29010f98c5778993d2b2a
// Extracted from github/linguist commit: 3ef386bbb7d10afe2ef81d85c9911871a9f2c221
package data
@ -16,6 +16,7 @@ var LanguagesByFilename = map[string][]string{
".bash_logout": {"Shell"},
".bash_profile": {"Shell"},
".bashrc": {"Shell"},
".browserslistrc": {"Browserslist"},
".bzrignore": {"Ignore List"},
".clang-format": {"YAML"},
".clang-tidy": {"YAML"},
@ -179,6 +180,7 @@ var LanguagesByFilename = map[string][]string{
"bash_logout": {"Shell"},
"bash_profile": {"Shell"},
"bashrc": {"Shell"},
"browserslist": {"Browserslist"},
"build.xml": {"Ant Build System"},
"buildfile": {"Ruby"},
"buildozer.spec": {"INI"},