Commit graph

992 commits

Author SHA1 Message Date
Maciej Barć 5021a6d324
add Gentoo's ebuild language (#854)
* languages.json: Racket - add scrbl extension and racket env

Signed-off-by: Maciej Barć <xgqt@riseup.net>

* add ebuild language

more info: https://wiki.gentoo.org/wiki/Ebuild

Signed-off-by: Maciej Barć <xgqt@gentoo.org>

Signed-off-by: Maciej Barć <xgqt@riseup.net>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-14 17:34:07 +02:00
Jay Lau b3f3686fc6
input will default to the current directory (#918) 2022-08-14 17:33:41 +02:00
John Keeping d7c3dfbd68
Add env match for Groovy (#887)
The standard #!/usr/bin/env is documented for Groovy [1] so add the
match for this.

[1] https://groovy-lang.org/syntax.html#_shebang_line
2022-08-14 17:25:55 +02:00
Detector-I 4bcce63ee6
Add Autoit scripting language (#882)
Add support to Autoit scripting language
2022-08-14 17:25:12 +02:00
Mo8it 3a1cc6e6f9
Enhance CONTRIBUTING.md (#885) 2022-08-14 17:22:26 +02:00
Erin Power f1486728ca Update dependencies 2022-08-14 17:17:29 +02:00
Masashi Yoshikawa 7e4639212c
add support for CUDA language (#841)
* add cuda language

* test and readme

* Update cuda.cu
2022-08-14 16:43:37 +02:00
XAMPPRocky 8e61a4b2fe
Update README.md 2022-08-13 21:42:01 +02:00
kojix2 df545f5820
Add support for Nextflow (#799)
* Add nextflow

* Add nextflow test

* Add nextflow test data
2022-08-13 21:16:23 +02:00
Daniel Nagy cd662e912b
Add Poke support (#796) 2022-08-13 21:14:35 +02:00
zhong-yiyu 1dd47ab45b
Add in Support for WenYan programming language (#790)
Co-authored-by: Dark-BlackTea-Master <53254770+dark-blacktea-master@users.noreply.github.com>
2022-08-13 21:13:59 +02:00
XAMPPRocky eb188eff60
Disable mipsel-unknown-linux-* 2022-08-13 20:38:41 +02:00
XAMPPRocky 935c4879ba
Disable mips-unknown-linux-musl 2022-08-13 20:26:57 +02:00
XAMPPRocky e7092a8fde
Disable mips-unknown-linux-gnu 2022-08-13 20:01:52 +02:00
Redfire 2e900ba276
Added Forge Config and ZenCode Support (#783)
* Added ZenCode Support

* Sorted languages according to language key

* Added Minecraft Forge Config Support

* Added Forge Config to README

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-13 19:45:46 +02:00
Kian-Meng Ang e6b7ab5f91
Fix typos (#925) 2022-06-26 12:19:47 +02:00
Rebecca 5a6fcfccf5
updating test data (#920) 2022-06-17 06:47:05 +02:00
XAMPPRocky f5686a0d15
Update README.md 2022-05-22 07:08:06 +02:00
XAMPPRocky 407a28fd31
Update README.md 2022-05-22 07:07:13 +02:00
5HT2 7ffb10f593
docs: Update README example (#912) 2022-05-20 07:40:38 +02:00
Slope ca2fcb3bd8
Fennel support (#880)
* Added Fennel support

Created a test file and added support in languages.json

* Updated Fennel test case

Input the wrong number of lines oops

* Corrected the number of comment lines

I am very bad at counting

* Added multiline strings to the test case
2022-05-17 07:06:20 +02:00
TPReal 6cbd1df51c
Fixed a typo in README. (#904) 2022-04-05 15:09:51 +02:00
Max Sharnoff 067fc4487e
Summarise language before adding to total (#903) 2022-04-04 13:06:32 +02:00
Marcin Puc a6c31a10bc
Remove obsolete "json" feature from README (#900) 2022-03-27 11:40:15 +02:00
5HT2 ab7bb7500b
impr: Add -R option to modify row format (#896) 2022-03-22 08:03:56 +01:00
Shan Zhou 8066014791
Add mesh and raytracing shaders to GLSL (#886) 2022-02-19 09:07:30 +01:00
Brad Svercl 177d32e024
Clap v3 + clippy fixes (#872)
* feat: clap migration complete

* clippy fixes

* set minimum values for input

* fix(cli): allow multiple occurences on verbose

* bump
2022-02-01 15:30:42 +01:00
LovecraftianHorror 0152709e9a
Fix panic trim_first_and_last_line_of_whitespace on bad slice indices (#865)
* Fix panic from slice end being before slice start

* Fix fallback value for end index

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2021-12-20 09:07:01 +01:00
XAMPPRocky 46d447f0fd
Delete dependabot.yml 2021-12-19 23:08:22 +01:00
LovecraftianHorror 4a3fd427b8
Fix input output mismatch (#861)
* Fix input output mismatch

* Reduce output format breakage
2021-12-19 23:07:06 +01:00
LovecraftianHorror 930d4fd1b8
Add missing field to Config in fuzz harness (#866) 2021-12-19 23:05:48 +01:00
LovecraftianHorror 452e97b921
Add blobs to the totals for jupyter (#868) 2021-12-19 23:05:19 +01:00
LovecraftianHorror cf1c64faa2
Remove deprecated aho corasick .byte_classes(false) toggle (#867) 2021-12-19 16:08:39 +01:00
XAMPPRocky 9ea344445c
Delete audit.yml
Haven't found it useful enough compared to how annoying it is.
2021-12-13 11:11:29 +01:00
Maciej XGQT Barć 4d5d8d28ae
languages.json: Racket - add scrbl extension and racket env (#850)
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-11-21 19:02:46 +01:00
Po-Yu Hsieh 8cf79f31b1
Language Support for ATS (#840)
* Adding spec and test for ATS

* Update language support list

* Corrects language spec and test assertions

Details:
 - Specifies quotation format
 - Correct key for specifying line comment
 - Correct expected test assertions (passed)

* Fix inconsistent JSON formatting in languages.json

* Update extension list

Details:
 - To make it comply with github's linguist def
2021-11-19 16:56:26 +01:00
tuesdaycodes a7e9d3c689
add jinja2 language (#848)
* add jinja2

* add jinja2 test data
2021-11-19 15:54:06 +01:00
laixintao 901bd4556f
update readme: add tokei-pie in related tools. (#847) 2021-11-19 09:31:46 +01:00
refaelsh 9a35b2d4e1
Add missing space (#834) 2021-09-24 07:07:19 +02:00
dependabot[bot] a8d2d1d902
Bump serde from 1.0.127 to 1.0.128 (#816)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.127 to 1.0.128.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.127...v1.0.128)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 08:15:06 +02:00
dependabot[bot] 015dfa85b0
Bump serde_cbor from 0.11.1 to 0.11.2 (#815)
Bumps [serde_cbor](https://github.com/pyfisch/cbor) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/pyfisch/cbor/releases)
- [Commits](https://github.com/pyfisch/cbor/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: serde_cbor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-16 08:28:55 +02:00
Alexander Pupeikis 4fd51a0069
add Korn shell to supported languages (#810)
Update test/data/ksh.ksh
2021-08-06 10:25:46 +02:00
Adam Lesperance 1097ecaf77
Option to reverse sort entries (#802) 2021-08-04 15:28:33 +02:00
Adam Lesperance ab8dd1bf85
Fix clippy warnings (#801) 2021-08-04 15:27:17 +02:00
dependabot[bot] 8b936d2730
Bump serde from 1.0.126 to 1.0.127 (#809)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.126 to 1.0.127.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.126...v1.0.127)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-03 11:42:42 +02:00
dgcampea 617edbfab4
Add AWK support (#797) 2021-08-03 11:42:25 +02:00
QuarticCat c1397f3446
Beautify help messages (#791)
* Enable wrap_help feature of clap

* Enable `AppSettings::ColoredHelp` of clap

* Run `cargo fmt --all`

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2021-06-30 16:00:04 +02:00
Caden Haustein cc363d5f25
Fix audit warning (#789)
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2021-06-27 06:40:39 +02:00
dependabot[bot] a5d2cca4b7
Bump ignore from 0.4.17 to 0.4.18 (#785)
Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.17 to 0.4.18.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/compare/ignore-0.4.17...ignore-0.4.18)

---
updated-dependencies:
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-27 06:39:16 +02:00
dependabot[bot] fd8d33c371
Bump arbitrary from 1.0.0 to 1.0.1 (#773)
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/rust-fuzz/arbitrary/releases)
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-fuzz/arbitrary/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-27 06:39:05 +02:00