Commit Graph

427 Commits

Author SHA1 Message Date
Aaron Power 827e85d82a Added .tokeignore 2019-03-31 03:58:49 +02:00
Aaron Power 1a4f08b622 Version bump (9.1.1) 2019-03-30 12:26:20 +01:00
Aaron Power b2f043706d Name change 2019-03-30 12:25:35 +01:00
Aaron Power e8ddc4866b Removed unneeded git features 2019-03-30 12:16:20 +01:00
Aaron Power 24986e48f5 Version 9.1.0 2019-03-20 19:36:44 +01:00
Aaron Power 0b81f266a0 Added custom ignore file 2019-03-20 19:24:30 +01:00
Aaron Power 3c7ecb0dc5
Update README.md 2019-03-14 16:49:01 +01:00
Jeff Smits e4f218cbb2 Add Stratego language, also known as Stratego/XT, strategoxt.org (#296) 2019-03-14 16:47:32 +01:00
Michele Bologna 158c916ca7 Feat: add Docker container instructions (#297)
* Feat: add Docker container instructions

* Feat: add usage with options
2019-03-14 16:42:49 +01:00
Aaron Power 1035614b9a Added arguments to allow for disabling ignoring 2019-03-11 17:00:17 +01:00
Aaron Power fb15e3ccaa Updated Cargo.lock 2019-03-11 17:00:17 +01:00
Naoya Yamashita 2a3161e1b6 add tokei_rs repository link (#310) (#312) 2019-03-11 14:47:55 +01:00
Stefan Maric d46d511cd8 Add GraphQL support (#306)
* Add GraphQL support

* Fix line count on Graphql test file

* Add extra final new line to GraphQL test file

* Fix line counts on graphql test file

* Fix typo on graphql test file
2019-03-04 09:08:15 +01:00
Maximilian Goisser 41b120ad2d Add solidity support (#303) 2019-02-14 14:11:51 +01:00
Max Nordlund 28661e07bd Recongize ES modules as JavaScript (#294)
Node now supports ES modules natively using the .mjs extension.

https://nodejs.org/api/esm.html
2019-01-22 09:30:32 +01:00
Aleksey Kladov 4fa3773e53 limit width to 80 unless --files is specified (#289) 2019-01-22 09:29:54 +01:00
Aaron Power 676dd5b00b
Update README.md 2019-01-13 21:43:09 +01:00
Aaron Power a1faab95b0
Update CHANGELOG.md 2019-01-13 21:30:46 +01:00
Aaron Power 97312d2ad4 Bump version 2019-01-13 21:22:53 +01:00
Aaron Power 5a4767ee2a Removed copyright headers 2019-01-13 21:21:56 +01:00
Aaron Power 0135ac2390 Cleaned up a small section, and updated dependencies 2019-01-13 20:27:04 +01:00
Aaron Power 6687d07729 Move to 2018 edition 2019-01-10 11:11:39 +01:00
Aaron Power 755070ee84 Implemented config files 2019-01-10 11:11:39 +01:00
Kammie d455a22ac0 Adding "vhdl" file extension for VHDL files (#287)
VHDL files could be named with ".vhdl" extension as well as ".vhd"
2019-01-10 10:14:22 +01:00
n0m1s 62e000dec8 Add SWIG support (#285) 2019-01-03 10:23:12 +00:00
Brad Gibson f1ff76a918 clarified cloc's speed vs cloc's time (#281) 2018-11-11 23:11:22 +00:00
Lukas Wirth 51ecef450c Show Inaccuracy Warning on permission error (#270)
* inaccuracy warning

* revert accidental api changes

* remove unnecessary function

* remove error if nesting

* revert accidental style change

* change api
2018-11-09 12:22:25 +00:00
Aaron Power 7c8a6b9b62 Added error message when top level path not found. fixes #161 2018-10-21 13:28:25 +01:00
Aaron Power 6dd6b744ec Remove toml support 2018-10-21 13:04:49 +01:00
Aaron Power e8c3e24b61 Refactored CLI code and added columns option 2018-10-20 15:15:41 +01:00
Aaron Power a48f0818f5 Reverted API change 2018-10-17 13:41:08 +01:00
Aaron Power 47a334e8a8 fixed build issue 2018-10-16 18:33:12 +01:00
Aaron Power d4998ecee3 Refactored counting code, added Unreal related languages 2018-10-16 00:18:04 +01:00
Alek Ratzloff 21f6fc0c11 Add language rules for Perl6 and its cousin Not Quite Perl (#274)
* Add Perl6 rule

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>

* Add Not Quite Perl rule

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>

* Add Perl6 test

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>

* Fix Perl6 test, oops

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>

* Add Not Quite Perl test

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2018-10-15 22:33:53 +01:00
Paulo Moura 9d8e28af51 Added support for Logtalk (#273) 2018-10-15 16:50:57 +01:00
Aaron Power e5893083c2 Refactor, and use buffered io for output 2018-10-08 16:55:47 +01:00
Patrick Jackson 511b2fd3b7 Let --sort argument be case insensitive. (#272) 2018-10-03 15:38:52 +01:00
Ahmed El Gabri 6f84d85ae8 Add twig support (#265) 2018-09-22 19:21:41 +01:00
Aaron Power eea0fe08b6 Use BufWriter, and refactor printing code 2018-09-21 17:05:49 +01:00
diaphore 0dd7ac28e6 Add ".glsl" suffix to GLSL (#264) 2018-09-15 11:20:12 +01:00
Aaron Power 2430dc00e0 LanguageType impls Hash, fixes #259 2018-09-09 12:16:50 +01:00
Aaron Power c009c5645a
Comment out x86_64-unknown-netbsd 2018-09-07 08:40:52 +01:00
Tom Richards b55687462b Liquid template language support (#260)
* Add liquid and liquid test file

* Fix test file
2018-09-07 08:38:34 +01:00
Aaron Power 321ed22b3d
Added Chinese translation 2018-08-31 17:00:37 +01:00
Josh Newman 696994f0a3 Fix URL scheme documentation. (#252) 2018-08-31 10:43:18 +01:00
Aaron Power a9a185e6e9
Add conda package. 2018-08-29 19:56:17 +01:00
Aaron Power 296eeacb1b Updated Cargo.lock 2018-08-28 21:45:51 +01:00
Aaron Power e6f5ea0a01 Version bump 2018-08-28 21:44:21 +01:00
Aaron Power ec5db3c201 Changed back to PathBuf, and corrected documentation 2018-08-28 21:42:00 +01:00
Aaron Power bf53af83dd Added documentation to new methods and added parse_from_str 2018-08-28 14:02:20 +01:00