Commit graph

849 commits

Author SHA1 Message Date
Nick Hackman 89f1fde9d3
Vue test (#523)
* Fixed bug in Vue Counting Comments

Didn't support Javascript multi line comments or Javascript single line
comments, removed duplicate quotes

* Added Vue Test

* Trigger Rebuild

* Removed Prettier formatting

* Fixed typo, closing ] in multi_line_comments
2020-05-18 18:26:25 +02:00
Alexandru Macovei e554b3cb89
Add shebang and env for crystal scripts (#533) 2020-05-18 09:02:31 +02:00
dependabot-preview[bot] 5816b631d9 Bump clap from 2.33.0 to 2.33.1
Bumps [clap](https://github.com/clap-rs/clap) from 2.33.0 to 2.33.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v2.33.1/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v2.33.0...v2.33.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-12 05:06:29 +00:00
dependabot-preview[bot] 6eac7fa499
Bump ignore from 0.4.14 to 0.4.15 (#526)
Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.14 to 0.4.15.
- [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.14...ignore-0.4.15)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-11 16:36:49 +02:00
dependabot-preview[bot] b57655c267
Bump serde_yaml from 0.8.11 to 0.8.12 (#524)
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.8.11...0.8.12)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-11 16:36:25 +02:00
dependabot-preview[bot] b0aceea1c3 Bump serde_json from 1.0.52 to 1.0.53
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.52...v1.0.53)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 06:17:18 +00:00
dependabot-preview[bot] f557936a3f Bump serde from 1.0.106 to 1.0.110
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.106 to 1.0.110.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.106...v1.0.110)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 05:36:25 +00:00
NickHackman 46827b694d Deleted test.rs file from Rust quote fix 2020-05-10 22:12:53 +02:00
NickHackman 7ea0feb645 Javascript test 2020-05-10 17:27:21 +02:00
NickHackman 1a08ae29b1 Added Typescript test 2020-05-10 17:27:21 +02:00
XAMPPRocky fc0abbb729
Update syntax.rs 2020-05-09 23:55:48 +02:00
NickHackman 2d3ff62427 Fixed typo in CONTRIBUTING.md
multiple As
2020-05-09 23:47:30 +02:00
NickHackman c20b8e31ce Updated CONTRIBUTING.md with rust.rs 2020-05-09 23:47:30 +02:00
NickHackman c32be3069c Added Lifetimes edge case to Rust example 2020-05-09 23:47:30 +02:00
XAMPPRocky 45570fdde9
Update README.md 2020-05-09 16:15:00 +02:00
XAMPPRocky 72dc3ffba9
Display Perl6 as Rakudo 2020-05-08 16:19:47 +02:00
Samantha Abbott add326ef78
Separate TSX and Typescript Support (#516)
* Follows the JSX and Javascript separation
* Separate TSX and Typescript for clearer stats
* Add TSX test
2020-05-08 14:11:54 +02:00
Erin Power 41bbb9509f Bump version and sub-dependencies 2020-05-06 10:31:59 +02:00
Erin Power d86048001a Fix Rust quotes
fixes #514
2020-05-06 10:31:04 +02:00
dependabot-preview[bot] bf113b45b2
Bump term_size from 0.3.1 to 0.3.2 (#513)
Bumps [term_size](https://github.com/kbknapp/term_size-rs) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/kbknapp/term_size-rs/releases)
- [Changelog](https://github.com/clap-rs/term_size-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kbknapp/term_size-rs/commits/v0.3.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-04 11:40:17 +02:00
David Backeus 45ef479b47
Add .erb extension for "Ruby HTML" (#510)
* Add .erb extension for "Ruby HTML"

The `.erb` extension has been used over `.rhtml` in Ruby on Rails for over a decade at this point.

* Add an .erb file to test Ruby HTML
2020-05-01 11:32:33 +02:00
dependabot-preview[bot] 4cf32a562d Bump serde_json from 1.0.51 to 1.0.52
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.51...v1.0.52)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-29 05:08:02 +00:00
dependabot-preview[bot] 60e50bd848
Bump git2 from 0.13.2 to 0.13.5 (#509)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.2 to 0.13.5.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.2...0.13.5)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-27 08:09:56 +02:00
Markus Wiegand ab1b317621
Add Go HTML template support (#506)
* add gohtml support

* add gohtml test
2020-04-20 19:39:44 +02:00
dependabot-preview[bot] bb6f2e1d68 Bump regex from 1.3.6 to 1.3.7
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.3.6...regex-1.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-20 05:31:38 +00:00
dependabot-preview[bot] 3639efe5b7 Bump dashmap from 3.11.0 to 3.11.1
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.11.0...v3.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-20 05:09:20 +00:00
Lucas Menezes a98eda4f3c
Added Headache Program Language (#503) 2020-04-18 22:56:00 +02:00
Troels Henriksen 1a5c38dd7b
Add Futhark (#502) 2020-04-16 22:32:24 +02:00
Erin Power 5225f61d75 Add OpenType Feature File 2020-04-15 18:38:12 +02:00
XAMPPRocky 95405c623a
Don't make pre-releases when deploying 2020-04-14 19:56:59 +02:00
Erin Power c33dfe5749 Version bump to 11.1.0 and update dependencies 2020-04-14 01:14:37 +02:00
dependabot-preview[bot] 932c3ed943
Bump git2 from 0.13.0 to 0.13.2 (#499)
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.0 to 0.13.2.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.13.0...0.13.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-14 01:07:45 +02:00
dependabot-preview[bot] 707c36d288
Bump parking_lot from 0.10.0 to 0.10.2 (#500)
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.10.0 to 0.10.2.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/0.10.0...0.10.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-13 17:27:33 +02:00
dependabot-preview[bot] fcf679eab1
Bump dashmap from 3.10.0 to 3.11.0 (#497)
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.10.0...v3.11.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-11 14:51:33 +02:00
dependabot-preview[bot] ad77662158
Bump dashmap from 3.9.1 to 3.10.0 (#495)
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.9.1...v3.10.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-07 18:27:05 +02:00
dependabot-preview[bot] 31c03f1011 Bump serde from 1.0.105 to 1.0.106
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.105...v1.0.106)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 06:36:34 +00:00
dependabot-preview[bot] bb50208296 Bump serde_json from 1.0.50 to 1.0.51
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.50 to 1.0.51.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.50...v1.0.51)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 05:06:46 +00:00
Jiayu Liu cabc217640
fixing some minor typos within test strings (#493) 2020-04-03 18:17:19 +02:00
Erin Power c4a4734967 Fixed stats statistics and add test 2020-04-02 18:18:37 +02:00
Erin Power d438d8aadf Fixed total lines in individual stats being slightly inaccurate 2020-04-02 17:35:47 +02:00
Ivan Tham 38a6c96460
Check option in outer loop (#487)
* Check option in outer loop

Reduce the number of option checks by not distributing it at first.

* Restructure fs iterator
2020-04-02 10:45:11 +02:00
dependabot-preview[bot] 9f7a5f6b61 Bump dashmap from 3.9.0 to 3.9.1
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.9.0...v3.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 05:14:05 +00:00
dependabot-preview[bot] e0ceca1351 Bump serde_json from 1.0.48 to 1.0.50
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.48 to 1.0.50.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.48...v1.0.50)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 16:21:45 +00:00
XAMPPRocky e07223d64a
Fix dependabot triggering CI twice. 2020-03-30 17:36:07 +02:00
dependabot-preview[bot] 34c40f939b
Bump dashmap from 3.7.0 to 3.9.0 (#485)
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.7.0 to 3.9.0.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.7.0...v3.9.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 12:12:39 +02:00
Ivan Tham 7d143f1c19
Fast exit parse_end_of_quote with ? operator (#486) 2020-03-30 10:46:33 +02:00
dependabot-preview[bot] 07d4759dd4
Bump ignore from 0.4.13 to 0.4.14 (#483)
Bumps [ignore](https://github.com/BurntSushi/ripgrep) from 0.4.13 to 0.4.14.
- [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.13...ignore-0.4.14)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 08:08:53 +02:00
XAMPPRocky 8562963468
Update language_type.hbs.rs 2020-03-29 18:08:42 +02:00
XAMPPRocky 38f4727f07
Add single quotes syntax to Rust.
fixes #482
2020-03-29 09:56:33 +02:00
Ruben De Smet da8053c96e
Add Arduino support (#475)
* Add Arduino support

Fixes #474

* Add Arduino test file
2020-03-27 08:08:39 +01:00