Commit graph

824 commits

Author SHA1 Message Date
XAMPPRocky 5204de76a1
Update CHANGELOG.md 2020-05-26 13:37:31 +02:00
XAMPPRocky 84f58ced02
Update CHANGELOG.md 2020-05-26 13:32:33 +02:00
dependabot-preview[bot] 9561e2784c Bump dashmap from 3.11.1 to 3.11.2
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](https://github.com/xacrimon/dashmap/compare/v3.11.1...v3.11.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-25 05:03:16 +00:00
Bruno Michel 156e7b7dc9
Add Alloy language (#541)
Alloy is an open source language and analyzer for software modeling.

Homepage: http://alloytools.org/
2020-05-23 12:11:55 +02:00
Nickolas Schiffer ee19d28195
Fix rust-lang.org link in readme (#540) 2020-05-22 02:48:19 +02:00
Herby Gillot 10494f213f
README.md: add instructions for installing via MacPorts (#539) 2020-05-22 01:49:37 +02:00
XAMPPRocky e0bfe7859b
Remove unneeded checkouts 2020-05-21 03:12:18 +02:00
人造电子小猫咪 223813a43c
Add .csx extension for C# (#538)
`.csx` is used by [dotnet script](https://github.com/filipw/dotnet-script) for C# scripting.
2020-05-20 16:21:25 +02:00
XAMPPRocky 96c2871ec6
Update mean_bean_deploy.yml 2020-05-20 02:33:26 +02:00
XAMPPRocky a9cb9c7776
Update mean_bean_deploy.yml 2020-05-20 01:19:33 +02:00
XAMPPRocky 0f37cfa478
Removed unneeded checkout 2020-05-20 00:24:13 +02:00
Erin Power cd606478e2 Update version and bump dependencies 2020-05-20 00:05:19 +02:00
Erin Power 08e90ae6bd Switch to using dirs for home_dir 2020-05-20 00:04:23 +02:00
Erin Power e982271ae4 Removed deprecated badges 2020-05-19 23:39:15 +02:00
XAMPPRocky b641611449
Change Windows to distribute exes instead of zips. 2020-05-19 23:37:47 +02:00
XAMPPRocky 946f404f3f
Update README.md 2020-05-19 18:15:52 +02:00
XAMPPRocky 850618272d
Update and rename .tokeirc.example to tokei.example.toml 2020-05-19 18:15:20 +02:00
XAMPPRocky 7cc40dee6a
Update .tokeirc.example 2020-05-19 18:14:33 +02:00
XAMPPRocky 6d9a163106
Update README.md 2020-05-19 18:11:18 +02:00
XAMPPRocky a85e5f6619
Update README.md 2020-05-19 18:09:45 +02:00
XAMPPRocky 87b2f725d8
Update README.md 2020-05-19 18:09:09 +02:00
koba cb48ca3c57
Support home directory in from_config_files (#531)
* Support home directory in from_config_files

* Update documentation for configuration of Tokei

On Linux, there're three places Tokei would get configuration from,
`~/.config/`, `./`, `~/`.

* Update API documentation of from_config_files()

Co-authored-by: Koba Ko <koba.ko@canonical.com>
2020-05-19 18:03:49 +02:00
Nick Hackman 765dfb1097
Fixed HTML counting JS and CSS comments (#534)
Previously all lines that were `CSS` or `JavaScript` comments were
counted as code, these are now properly counted as comments.
2020-05-19 17:59:50 +02:00
Nick Hackman 4448dc4ea1
Add language Svelte (#522)
* Added Support for Svelte

* Added Svelte test

* Removed Prettier formatting

* Removed unnecessary name in Svelte

* Added Svelte to README

* Removed README formatting
2020-05-19 17:56:07 +02:00
Alexandru Macovei e88eabe7d9
Add support for Dhall lang (#532) 2020-05-19 17:55:38 +02:00
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