Commit Graph

41 Commits

Author SHA1 Message Date
d9491c55fa Updated Linguist to v7.30.0 2024-08-24 16:55:56 +00:00
3bcec0ea54 Replace commit hash with correct v7.29.0 release 2024-06-21 20:59:56 -04:00
93e24dac3a Updated Linguist to v7.29.0 2024-03-13 20:07:55 +00:00
c5be903c6f Updated Linguist to v7.28.0 2023-12-12 20:08:49 +00:00
b03c0bd996 Updated Linguist to v7.27.0 2023-09-22 20:08:27 +00:00
84c996dfcf Updated Linguist to v7.26.0 2023-09-14 00:06:22 +02:00
afe3bdf45a Updated Linguist to v7.23.0 2023-03-03 14:07:28 +01:00
d8913b00e9 code-gen: re-generate code & fixtures 2022-12-25 22:37:52 +01:00
60edc790b3 Updated Linguist to v7.21.0 2022-06-09 20:09:50 +00:00
9f73cdf211 Updated Linguist to v7.20.0 2022-04-05 20:12:53 +00:00
ae2b0576a7 Add check for non-backtracking subexpressions 2022-03-21 13:54:11 +02:00
8eac4cab85 Updated Linguist to v7.19.0 2022-03-03 20:08:49 +00:00
2febea0489 Updated Linguist to v7.18.0 2021-12-15 20:08:13 +00:00
b3ee64f627 Updated Linguist to v7.17.0 2021-11-14 18:33:24 +01:00
0affa3ccca Update to Linguist v7.16.1 2021-09-25 23:57:50 +03:00
dfb8041dcc Update generated code for Linguist 7.14.0 2021-04-26 09:36:25 -07:00
c40b34c351 Sync with Liguist v7.13.0 2021-03-07 18:02:04 +02:00
497e2f85d3 Sync with github/linguist version v7.12.2 2021-01-17 14:10:38 +02:00
289ac3d9f0 Sync with linguist 7.12.1 2020-11-15 14:32:56 +02:00
bc76dd38b0 sync to the latest github/linguist v7.11.1 2020-10-12 12:32:48 +03:00
7c562a6c34 sync to the latest github/linguist v7.11.0 2020-09-17 10:34:41 +03:00
9030d3671b sync to the latest github/linguist v7.9.0 2020-03-30 01:25:57 +03:00
84efad7693 *: module rename to go-enry/go-enry/v4 2020-03-19 17:31:29 +01:00
bc5e031cee Drop src-d org ref except for issues
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
2020-03-19 14:04:36 +01:00
4e3e15e80d Sync to linguist v7.5.1
Signed-off-by: Lauris BH <lauris@nix.lv>
2019-08-06 17:18:01 +03:00
6a5f37e9e2 modules: prepare for v2 release
- update go.mod \w v2
 - update all import paths

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
2019-04-14 21:28:12 +02:00
20c6d2845a build: gopkg.in -> github.com imports
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
2019-04-12 11:49:16 +02:00
3499750785 Sync to linguist 7.2.0: heuristics.yml support (#189)
Sync \w Github Linguist v7.2.0

Includes new way of handling `heuristics.yml` and
all `./data/*` re-generated using Github Linguist [v7.2.0](https://github.com/github/linguist/releases/tag/v7.2.0)
release tag.

 - many new languages
 - better vendoring detection
 - update doc on update&known issues.
2019-02-14 12:47:45 +01:00
7eafe024af write a canonical header for machine-generated files
Signed-off-by: Denys Smirnov <denys@sourced.tech>
2018-04-30 12:57:39 +03:00
2045abfa41 use of gopkg.in/toqueteos/substring.v1 in content.go to improve GetLanguagesByContent performance 2017-07-13 08:21:09 +02:00
7e827e47ef moved generated data to data subpackage 2017-06-28 08:31:11 +02:00
1fc8cf7a5d changes to improve detection accuracy 2017-06-15 10:07:22 +02:00
ba53e10c7b renamed package and cli to enry 2017-06-13 14:18:23 +02:00
3a470f617c project renamed to enry 2017-06-08 09:27:27 +02:00
0d5dff1979 changes in the API, ready to version 2 2017-06-06 11:30:23 +02:00
5b304524d1 Rearranged code 2017-06-02 09:33:55 +02:00
664afe48d4 fixed GetLanguageByContent returned value when there is not a function matcher for the extension 2017-05-03 10:37:34 +02:00
28dc452853 added some corner cases to content.go generation tests 2017-04-27 17:32:42 +02:00
c6d74bca66 added shebang functionality
fixed autogenerated comment

changed constant types names

GetLanguageByShebang doesn't print errors

languageInfo struct change to have only necessary fields

GetLanguageByShebang has a comment now
2017-04-27 16:40:08 +02:00
6ddbb79af0 changed generator_test.go to use only TestFromFile
modified *.test.yml to contain only necessary information

fixed white spaces

remove duplicated file languages.test.tmpl
2017-04-27 16:39:36 +02:00
03c71a9b93 move content.go generation to internal 2017-04-05 18:15:27 +02:00