Erin Power
cfbdcce2c7
Updated documentation
2019-07-04 22:21:27 +02:00
Erin Power
c0af17a815
Updated gitignore
2019-07-04 22:08:58 +02:00
Korny Sietsma
afcaf0418f
Added config so "/usr/bin/env ruby" works ( #344 )
2019-06-25 13:29:54 +02:00
Samuel Cormier-Iijima
354948df02
Add .cjsx as a CoffeeScript extension ( #342 )
...
See https://coffeescript.org/#jsx
2019-06-25 11:45:52 +02:00
Daniel Duan
4951c5dec8
Fix spelling for Xcode and Objective-C(++) ( #340 )
2019-06-23 22:45:08 +02:00
XAMPPRocky
9051498c79
Update README.md
2019-06-17 17:10:09 +02:00
Jonas Schievink
ea4d7f12a6
Fix formatting of the added language list ( #337 )
2019-06-11 07:47:38 +02:00
Erin Power
71e093918a
Version 10
2019-06-10 18:30:00 +02:00
Erin Power
3d686401a3
Updated documentation
2019-06-10 18:10:26 +02:00
Josh Stone
64b493684c
Bump git2 to 0.9 ( #336 )
2019-06-09 09:56:15 +02:00
Erin Power
b70450171d
Fixed parsing bug
2019-06-02 11:55:01 +02:00
Erin Power
3e7e9f24a9
Updated import styling
2019-06-01 20:25:12 +02:00
Erin Power
49a7e2df76
Remove whitespace
2019-06-01 19:53:56 +02:00
amesgen
abd244d511
add .tpp extension to C++ ( #321 )
2019-06-01 19:50:44 +02:00
Erin Power
2c41fdb182
Fixed clippy lints
2019-06-01 19:36:21 +02:00
Erin Power
2c97dc09aa
Added non UTF8 parsing
2019-06-01 19:31:39 +02:00
Erin
86c59b2b0a
Added back changes lost from force push
...
I accidentally forced pushed and lost two commits.
Co-authored-by: mlvzk <mlvzk@pm.me>
Co-authored-by: Adam Thalhammer <ocisly@users.noreply.github.com>
2019-05-19 16:19:21 +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
Aaron Power
7f14258941
Fixed duplicate definition
2019-04-30 10:12:01 +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
Akira13641
ca7195be28
languages.json tweak for improved Pascal accuracy ( #319 )
...
* languages.json tweak for improved Pascal accuracy
This patch:
- adds the "pp" file extension, used heavily by Free Pascal in the set of libraries/packages distributed with it
- removes the "mixed" `{` -> `*)` and `(*` -> `}` multiline comment styles, which are not actually valid in either of the two currently-widely used Pascal compilers (Free Pascal and Delphi)
- adds the `//` single-line comment style, which is supported by both FPC and Delphi and quite commonly used in a lot of code
* Update languages.json
* No-op commit to test the CI again
* Add "nested":true
* Another no-op commit to see if it works now...
2019-04-02 09:59:54 +02:00
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