Commit Graph

62 Commits

Author SHA1 Message Date
Erik Axel Nielsen e827e38dcf Added Gherkin (Cucumber) (#408) 2019-11-26 18:33:14 +01:00
Felix b1d3688cb7 Added Rusty Object Notation (#395)
* Added Rusty Object Notation

* added ron example file

* added stats
2019-11-08 09:03:56 +01:00
Scitoshi Nakayobro 1eedbdcab4 Add support for Odin (#402)
* Add support for Odin

* Add test data for Odin
2019-11-05 10:36:43 +01:00
Atul Bhosale fcd555ad9f Format code using 'cargo fmt' (#399) 2019-10-30 20:31:24 +01:00
Jakub Kądziołka 7cc6e01f59 Add Emojicode support (#384) 2019-10-15 17:06:19 +02:00
Marcin Puc ee3c7ff9c7 Add support for FlatBuffers (#362) 2019-10-09 18:14:11 +02:00
Jacob Haig 8500cbaf4d 63: Add test for YAML files (#364)
* 63: Add test for YAML files

* change manually checked analysis to correct syntax
2019-10-02 16:57:46 +02:00
Kai Wells cdec6efe5e 63: Add basic test for Go language (#355) 2019-08-29 10:01:46 +02:00
David Tolnay d8888438f8 Add thrift language (#358) 2019-08-29 10:01:03 +02:00
Max Cohn ca5c141d4b Added tests for C and SQL (#353) 2019-08-05 09:02:40 +02:00
Jason Shirk b36284f9e1 Add PowerShell support (#346)
Resolves #339
2019-07-06 10:36:55 +02:00
Korny Sietsma afcaf0418f Added config so "/usr/bin/env ruby" works (#344) 2019-06-25 13:29:54 +02:00
Erin Power b70450171d Fixed parsing bug 2019-06-02 11:55:01 +02:00
Erin d9bfe81174 Added ASN.1 Support 2019-05-19 16:16:14 +02:00
Erin e10c19a53f fixed postcss file 2019-05-06 19:41:58 +02:00
yjh b199b5b398 Add support for wasm, llvm ,postCSS, pest (#323)
* add support for wasm

* add test data for wasm

* add support for llvm

* add support for postCSS

* add support for pest

* refactor test data fmt

* rename wasm to webassembly

* update
2019-04-26 19:16:19 +02:00
alexmaco 06270d4254 add Pony support with test (#328) 2019-04-26 19:13:57 +02:00
evitalis b55653ba00 Add RPM specfile language (#327)
* Add RPM specfile language definition

* Correct syntax for hash inheritance

* Fix line count to avoid failed test
2019-04-14 17:54:54 +02:00
Jacob Pratt 8b16ce6cc6 Add PostCSS to languages (#325)
* Add PostCSS to languages

Resolves #314

* Add PostCSS test file
2019-04-03 09:36:02 +02:00
Jeff Smits e4f218cbb2 Add Stratego language, also known as Stratego/XT, strategoxt.org (#296) 2019-03-14 16:47:32 +01:00
Aaron Power 1035614b9a Added arguments to allow for disabling ignoring 2019-03-11 17:00:17 +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
Aaron Power 755070ee84 Implemented config files 2019-01-10 11:11:39 +01:00
n0m1s 62e000dec8 Add SWIG support (#285) 2019-01-03 10:23:12 +00: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
Ahmed El Gabri 6f84d85ae8 Add twig support (#265) 2018-09-22 19:21:41 +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
John Schmidt 82df93f866 Add support for edn (#239) 2018-07-16 11:34:51 +01:00
Pieter-Jan Briers 20414bccb5 Adds Dream Maker support. (#236)
"Dream Maker" is the language used by the 2000-era engine "BYOND":
https://secure.byond.com/

It's about as awful as the name implies.
2018-06-16 15:46:52 +01:00
Brandon Boone 14814526be Added VBScript Support (#234)
https://en.wikipedia.org/wiki/VBScript
2018-06-09 13:21:10 +01:00
Igor Alpert 6ec6a363a7 Add BrightScript language and test (#233) 2018-06-08 19:37:04 +01:00
Brandon Boone a1ed92df28 Added VB6 Support (#232)
* Added VB6 Support

https://en.wikipedia.org/wiki/Visual_Basic

* Added tests and removed frx

Removed frx: .frx is a compainon binary file to .frm (vb6 forms). It contains binary artifacts like images, but its format is proprietary.
2018-06-08 19:33:59 +01:00
Aaron Power 9d3103e3bb Updated to use fs::read 2018-05-12 10:35:23 +01:00
Khalid Jebbari 349fe2b585 Add support for ClojureC + tests for all Clojure (#224)
* Add cljc lang + first pass for testing all Clojure

* Fix the special comment in tests + Small precision in CONTRIBUTING
2018-04-26 16:34:47 +01:00
Mark Keisler 26663ac1ee add HCL/Terraform support (#222)
* add HCL/Terraform support

* update README with HCL language listed
2018-04-26 14:54:35 +01:00
Cyprien Le Pannérer eade044d53 Add xsl support (#214)
* add xsl support

* add tests for xsl

* Fix grammar and spelling (#217)

* update README.md with how install output features (#216)

Informs the user that additional dependencies must be installed to use the output features.

* Updated dependencies

* Removed CONTRIBUTORS.md, use GitHub to see contributors

* Removed logo

* Updated CI

* Update .travis.yml

* Add Racket to the supported languages. (#219)

* Add Racket to the supported languages.

* Changed Racket test to count s-expr comments as code.

* Add ReasonML (#213)

https://reasonml.github.io/
https://github.com/github/linguist/blob/14fcd75773a49637b644ca60028ff245f617595f/lib/linguist/languages.yml#L3879

* Cleaned up unused var and made crate version clearer.
2018-04-23 13:38:27 +01:00
Aaron Weiss e6617c1d78 Add Racket to the supported languages. (#219)
* Add Racket to the supported languages.

* Changed Racket test to count s-expr comments as code.
2018-04-18 18:08:01 +01:00
notramo 616b0ae984 Added Kakoune script. (#204)
* Added Kakoune script.
http://kakoune.org

* Added test for Kakoune script.
2018-03-20 14:25:17 +00:00
notramo dae2bcdfed Added Elvish shell. (#205)
* Added Elvish language.
https://elvish.io

* Added test for Elvish.
2018-03-20 14:24:52 +00:00
Marc Tiehuis 503f613edd Add support for zig (#202) 2018-03-07 10:24:59 +00:00
Steve Sprang fe4b8b3b37 Fix typos. Add Scheme. (#197)
* Fix typos in comments.

* Add Scheme.
2018-02-25 15:53:09 +00:00
Igor Gnatenko 01791bd793 add support for Meson (#169)
* add support for Meson

Fixes: https://github.com/Aaronepower/tokei/issues/168
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* tests: add meson.build

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>

* remove unused variable

warning: unused variable: `key`
  --> build.rs:31:10
   |
31 |     for (key, ref mut item) in json.get_mut("languages")
   |          ^^^
   |
   = note: #[warn(unused_variables)] on by default
   = note: to avoid this warning, consider using `_key` instead

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2018-01-27 16:47:52 +00:00
Ty Overby 86ffefd259 Add the visual basic and msbuild language (#146)
* add visual basic

* add msbuild language definitions

* Update names for Visual Basic and MSBuild

* Fix json
2017-11-01 10:20:07 +00:00
Kaushal Modi b5e415d6e2 Add support for .el, .ede, .org and .srt files (#151) 2017-10-30 14:42:51 +00:00
francesco-dipi 5726c46efd Add Xtend support (#155)
* Add Xtend support

* Add test for xtend files

* Fix typo in test files
2017-10-30 14:42:10 +00:00
Brandon Soto 6eee990956 Add QML support (#142)
* Add QML support

* Add QML to README

* Add test for QML files
2017-09-18 18:52:00 +01:00
Aaron Power 37e0824cf7 Fixes #138, updated Cargo.lock 2017-08-31 20:11:00 +01:00
notramo c603040c95 Added Crystal language to languages.json (#137)
* Added Crystal language to languages.json

* Added test file for Crystal language
2017-08-19 13:31:20 +01:00