Commit graph

164 commits

Author SHA1 Message Date
Jérémie Astor feb0631414
🎨 Add support for Gwion (#659) 2020-11-19 14:41:11 +01:00
Louis Pilfold 645f8006b2
Add missing language to language list (#654)
I forgot this in my PR.
2020-11-15 20:03:22 +01:00
XAMPPRocky 00c30d1618
Update README.md 2020-10-23 15:22:27 +02:00
XAMPPRocky e5acb953e4
Update README.md 2020-10-14 16:58:54 +02:00
XAMPPRocky 6215bab625
Update README.md 2020-10-08 09:10:51 +02:00
XAMPPRocky 7c0a2881d2
Update README.md 2020-10-08 08:59:06 +02:00
XAMPPRocky e9631bcf49
Update README.md 2020-10-08 08:57:59 +02:00
Liwen Guo a6fa401dc4
Make --no-ignore imply all other --no-ignore- flags (#588)
* Make --no-ignore imply all other --no-ignore- flags

And add --no-ignore-dot to only disable .ignore files, matching ripgrep.

Fixes #585.

* Cosmetic code updates for consistency

* Update CLI help text in README

* Update src/utils/fs.rs

Co-authored-by: Liwen Guo <lg@livven.me>

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2020-09-20 15:30:35 +02:00
Alex Mason bce9242ba4
Add definition for DAML (#620)
* Adds DAML, essentially a dialect of Haskell

* Update README.md

* Update languages.json

* Create Daml.daml

* Update Daml.daml

* Line comments are specifically "-- " not just "--"

* Add test for comment-esque function

* Fix number of lines

* Fix DAML example (again)

* Add line using --$ operator

* Update Daml.daml

* Update Daml.daml
2020-09-04 16:56:22 +02:00
Andrea Tupini 3d8e0595a8 Fix very minor typo in README 2020-08-03 17:49:22 +02:00
XAMPPRocky 037b88906b
Update README.md 2020-07-22 11:01:51 +02:00
XAMPPRocky 4e839b84bd
Update README.md 2020-07-04 12:48:56 +02: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 946f404f3f
Update README.md 2020-05-19 18:15:52 +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 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
XAMPPRocky 45570fdde9
Update README.md 2020-05-09 16:15:00 +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
Daniel Luque 337b7b4d8d
Adds support for Ren'Py scripting (#477) 2020-03-27 08:07:59 +01:00
Steve Lee 386cfce329
Updated README.md to reflect support languages (#470)
* List PowerShell as a supported language

* update README to names from languages.json
2020-03-22 18:52:51 +01:00
Albert Attard 3a1ffbb35f
Added an article (#469) 2020-03-22 11:35:48 +01:00
XAMPPRocky 7094fb234f
Update README.md 2020-03-21 22:36:51 +01:00
XAMPPRocky a3bf9d2470
Update README.md 2020-03-21 21:52:53 +01:00
XAMPPRocky 8571556bf4
Update README.md 2020-03-21 15:56:17 +01:00
Ben Widawsky c8da8869ae
Split out GNU style assembly (#457)
.asm is generally associated with MASM,NASM,YASM, while .s and .S are
associated with traditionally what is fed into the GNU assembler.

To support this, create two different assembly file types.
2020-03-10 13:58:06 +01:00
XAMPPRocky abe4f01735
Update README.md 2020-03-08 22:49:52 +01:00
XAMPPRocky eaad84508d
Update README.md 2020-03-08 22:44:52 +01:00
XAMPPRocky 1b3e6d01fa
Add support for GDB scripts (#456) 2020-03-04 19:56:46 +01:00
XAMPPRocky c59f4c00cd
Update README.md 2020-02-19 11:43:23 +01:00
XAMPPRocky b84d25aaf2
Update README.md 2020-02-19 11:37:36 +01:00
XAMPPRocky 3b82a7892a
Update README.md 2020-02-19 11:36:35 +01:00
XAMPPRocky 7189721334
Update README.md 2020-02-19 11:35:16 +01:00
XAMPPRocky 172ba0e8fe
Update README.md 2020-02-19 11:33:11 +01:00
XAMPPRocky c6c2176db3
Update README.md 2020-02-19 11:28:36 +01:00
XAMPPRocky 458af76826
Update README.md 2020-02-18 04:56:36 +01:00
Kevin Kennell 5fad0e933e
readme: fix heading level, rename macos/homebrew (#447)
- fix markdown heading level for opensuse entry
- rename "Homebrew" to "MacOS (Homebrew)" so STRG+F for "mac" makes this findable
2020-02-17 17:34:34 +01:00
XAMPPRocky b3524a1348
Update README.md 2020-02-02 12:11:45 +01:00
Philip Craig 4dcb8332c1
remove duplicated CBOR lines, replace with toml (#439) 2020-02-02 12:10:35 +01:00
Eli Flanagan 969b772fa0 fix contributor link (#436) 2020-01-27 15:52:25 +01:00
Erik Axel Nielsen e827e38dcf Added Gherkin (Cucumber) (#408) 2019-11-26 18:33:14 +01:00
Ben Goldberg c36301924e Added opensuse to install list (#404) 2019-11-08 09:03:03 +01:00
Dante Falzone 941e4269c1 Added HolyC to list of supported languages (#389) 2019-10-18 17:13:43 +02:00
XAMPPRocky 024938c88d
Update README.md 2019-08-18 09:29:12 +02:00
Jason Cooke 0a30359227 docs: fix typo (#348) 2019-07-06 10:37:31 +02:00