Commit Graph

  • b34576bd71
    Merge pull request #10 from mcuadros/is-test Máximo Cuadros 2020-04-06 16:29:11 +0200
  • b851ee83ad
    IsTest function for top 10 languages Máximo Cuadros 2020-04-06 16:23:48 +0200
  • 4fb0b4cc5e
    doc: add coloring to the ToC Alexander Bezzubov 2020-03-31 11:20:06 +0200
  • 6c06680bef
    Merge pull request #2 from lafriks-fork/feat/lang_groups Alexander 2020-03-31 11:17:52 +0200
  • 97a26011a9 Return group color if language has none Lauris BH 2020-03-21 15:37:39 +0200
  • cfaa7a1711
    Merge pull request #8 from go-enry/update-docs Alexander 2020-03-30 22:53:10 +0200
  • 6a09a2a684
    doc: update badges Alexander Bezzubov 2020-03-30 19:42:03 +0200
  • 64d02e5441
    doc: re-structure README by use case, update links Alexander Bezzubov 2020-03-30 19:22:43 +0200
  • c0806d20c8
    Merge pull request #3 from lafriks-fork/feat/sync_linguist_7_9_0 Alexander 2020-03-30 12:28:03 +0200
  • 9030d3671b sync to the latest github/linguist v7.9.0 Lauris BH 2020-03-21 21:16:52 +0200
  • fa1c6f39b5
    Merge pull request #7 from go-enry/win-support Alexander 2020-03-29 23:31:10 +0200
  • 172486906a
    ci: force git to use LF on win to pass tests on linguist samples Alexander Bezzubov 2020-03-29 19:22:56 +0200
  • 3ea961e5ab
    generator: change-detector tests on EOL-dependant sample Alexander Bezzubov 2020-03-28 22:47:57 +0100
  • 9be0211f04
    generator: skip symlinks on *nix and win Alexander Bezzubov 2020-03-28 20:27:50 +0100
  • 9c082eb2d4
    ci: add ENRY_DEBUG flag Alexander Bezzubov 2020-03-28 20:36:48 +0100
  • 78eee0cf7e
    generator: flag to debug building of bayesian classifier Alexander Bezzubov 2020-03-28 20:22:01 +0100
  • b78e4423f0
    generator: drop platform-specific separator Alexander 2020-03-25 19:27:46 +0100
  • 3a5f4b2db1
    generator: mode debug output in case of failure Alexander Bezzubov 2020-03-25 14:20:26 +0100
  • b0f94ad693
    generator: CLI tool fix to support win paths Alexander Bezzubov 2020-03-25 14:00:24 +0100
  • 78d8f43a88
    tokenizer: hide flex-based impl, avoid build failures on win Alexander Bezzubov 2020-03-19 19:58:48 +0100
  • 1ab8148c10
    test: fix platform-depenent paths in tests Alexander Bezzubov 2020-03-19 19:47:22 +0100
  • e32a70a784
    tokenizer: fix a bug and regenerate the code \w latest Go Alexander Bezzubov 2020-03-19 19:08:21 +0100
  • e08125d7ee
    ci: add oniguruma tests Máximo Cuadros 2020-03-19 17:43:40 +0100
  • 98cd5cf5e8
    ci: based on github actions Máximo Cuadros 2020-03-19 17:38:22 +0100
  • 84efad7693
    *: module rename to go-enry/go-enry/v4 Máximo Cuadros 2020-03-19 17:31:29 +0100
  • bc5e031cee Drop src-d org ref except for issues Alexander Bezzubov 2020-03-19 11:10:03 +0100
  • 697929e149
    Merge pull request #248 from bzz/go-api-surface Alexander 2019-10-29 19:13:48 +0100
  • 4d5ca8b9a6
    Merge pull request #247 from bzz/doc-update Alexander 2019-10-29 18:27:02 +0100
  • aa40f75657
    go doc: minor improvements and clarifications Alexander Bezzubov 2019-10-29 18:26:19 +0100
  • fa097f4ed4
    go: remove Classifier from API Alexander Bezzubov 2019-10-29 17:56:13 +0100
  • 3f0c4e182b
    go: reduce API surface Alexander Bezzubov 2019-10-29 16:03:50 +0100
  • c7272bd4f1
    address review feedback Alexander Bezzubov 2019-10-29 18:11:35 +0100
  • 324cb1d7c9
    doc: cleanup and simplify Alexander Bezzubov 2019-10-29 15:49:16 +0100
  • a4c166cc04
    Merge pull request #245 from bzz/initial-cffi-python-bindings Alexander 2019-10-28 14:07:29 +0100
  • 31878fe4e1
    Merge pull request #242 from creachadair/maint Alexander 2019-10-14 19:55:55 +0200
  • 6cf5bf2ca4
    python: expose is_vendor() Alexander Bezzubov 2019-06-01 21:30:07 +0200
  • be583cad06
    python: add dependencies Alexander Bezzubov 2019-06-01 21:24:04 +0200
  • cff9c07009
    python: expose language_by_filename() Alexander Bezzubov 2019-06-01 21:19:55 +0200
  • ee7a0f1139
    python: initial impl of bindings using cFFI Alexander Bezzubov 2019-06-01 19:47:13 +0200
  • 6a6a3cc26e
    Merge pull request #244 from creachadair/installdoc M. J. Fromberger 2019-10-07 09:44:23 -0700
  • bf29b9a924 Use conditional composition instead of sequential. M. J. Fromberger 2019-10-07 09:39:07 -0700
  • 7763fcde19 docs: Update CLI installation instructions. M. J. Fromberger 2019-10-07 08:32:09 -0700
  • 23327afe9c Update MAINTAINERS, add CODEOWNERS. M. J. Fromberger 2019-09-13 11:46:28 -0700
  • fd3c31c313
    Merge pull request #240 from creachadair/whats-up-doc M. J. Fromberger 2019-08-08 11:14:44 -0700
  • e9af1d7187 Improve download and usage examples in README.md. M. J. Fromberger 2019-08-07 11:58:33 -0700
  • 3c3ea9a95e
    Merge pull request #238 from bzz/hotfix-docs Alexander 2019-08-07 18:07:56 +0200
  • 9bd22dae54
    doc: fix typo in MD link Alexander Bezzubov 2019-08-06 17:22:11 +0200
  • f608f8d773
    Merge pull request #234 from lafriks/feat/update_linguist Alexander 2019-08-06 17:16:57 +0200
  • 4e3e15e80d
    Sync to linguist v7.5.1 Lauris Bukšis-Haberkorns 2019-08-05 14:57:21 +0300
  • 21b48ffc4a
    Merge pull request #235 from bzz/doc-update Alexander 2019-08-06 12:00:31 +0200
  • 5ce5a65ddf
    Merge pull request #237 from lafriks/feat/osascript_lang Alexander 2019-08-06 11:59:10 +0200
  • e1fbfaea60
    doc: code review feedback Alexander Bezzubov 2019-08-06 11:57:34 +0200
  • 1723ec0c10
    Merge pull request #236 from lafriks/feat/ignore_regex Alexander 2019-08-05 21:35:47 +0200
  • a4cf6d2ef1
    If osascript is called with argument -l it could be different language so do not relay on it Lauris Bukšis-Haberkorns 2019-08-05 14:44:52 +0300
  • 2f5526ddba
    Improve detection of unsupported regexp syntax Lauris Bukšis-Haberkorns 2019-08-05 14:38:40 +0300
  • 85641846f8
    doc: add documentation some ❤️ Alexander Bezzubov 2019-08-05 12:42:16 +0200
  • ee9d089406
    Merge pull request #233 from lafriks/feat/lang_colors Alexander 2019-07-29 17:32:55 +0200
  • 643f82c24c
    Merge pull request #232 from bzz/fix-import-modules Alexander 2019-07-29 17:32:39 +0200
  • 25b29ebdc4 Implement getting color code for languages Lauris Bukšis-Haberkorns 2019-07-19 23:28:57 +0300
  • 0b4d32dfe2
    fix: custom import path comment points to latest module Alexander Bezzubov 2019-07-08 09:16:59 +0200
  • 6ccf0b6bd1
    Merge pull request #227 from bzz/ci-fix-cgo-tests Alexander 2019-05-08 22:25:49 +0200
  • f3ceaa6330
    token: refactor & simplify test fixtures Alexander Bezzubov 2019-05-08 22:17:32 +0200
  • 9a7b370b17
    regex: in oniguruma profile, switch to ASCII matching Alexander Bezzubov 2019-05-08 15:31:55 +0200
  • fb267d3aff
    bump src-d/go-onigoruma to v1.1.0 Alexander Bezzubov 2019-05-08 15:29:36 +0200