Commit graph

16 commits

Author SHA1 Message Date
Linda_pp 2832faa615
Fix language data example in CONTRIBUTING.md (#1029) 2023-09-24 10:44:42 +02:00
Embers-of-the-Fire 21be04cba1
Add Nuget Config, Bazel and EdgeQL Support, Fix Output Formatter (#999)
* add nuget configuration support

* fix test file

* add bazel language

* fix output format

* add languages to readme

* fix serialize

* add edgeql

* edit readme

* add test file

* fix edgedb
2023-05-24 16:38:26 +02:00
Mo8it 3a1cc6e6f9
Enhance CONTRIBUTING.md (#885) 2022-08-14 17:22:26 +02:00
Erin Power c06fa65dd9 Refactor cli_utils into Printer and add Rust context 2020-06-19 08:44:03 +02:00
Nick Hackman 96b47ab404
Verbatim strings (#535)
* Added CSharp example

Using example from #330, for testing purposes

* Updated Rust test case

Rust test case now has a verbatim string that fails, with current
version of Tokei.

* Added C++ verbatim string to example

C++ Syntax makes this incredibly difficult to parse using the current
infrastructure, `R"PREFIX(    )PREFIX"` where PREFIX can be almost anything.

* Updated F# Test to have verbatim string

* Add support for "verbatim_quotes"

Quotes that neglect the `\"` rule, in the case of python as mentioned
in #330 it produces the correct outcome with Tokei currently.

* Add support for verbatim_quotes in syntax

Properly keeps track of current state and handles escapes properly in
the case of being inside of a verbatim_quote

* Added `verbatim_quotes` to CONTRIBUTING.md
2020-05-28 07:55:14 +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
XAMPPRocky c18712be71
Update CONTRIBUTING.md 2020-03-18 11:21:39 +01:00
Ian Kerins 4e9723719b
Add support for Velocity and Dust (#450)
* Add support for Dust.js

Dust.js is a JavaScript-based templating language by
LinkedIn. https://www.dustjs.com/

* Add support for Apache Velocity

Velocity is a JVM-based templating language.
https://velocity.apache.org/

* Fix incorrectly named line_comment property in CONTRIBUTING.md

* Fix typo in WebAssembly configuration
2020-02-20 11:19:12 +01:00
XAMPPRocky 887a3f4439
Update CONTRIBUTING.md 2020-02-14 11:43:40 +01:00
Aaron Power b2f043706d Name change 2019-03-30 12:25:35 +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
Aaron Power 9201a590dc
Update CONTRIBUTING.md 2018-04-08 11:55:27 +01:00
James Gilles 7849edfa34 Support "filenames" key, mk. 2 (#115)
* Support "filenames" key for Makefile-style languages

* Remove debugging statement

* Add CMake

* Cleaner docs and tests

* Add scons, handle languages with no extensions
2017-06-05 15:28:52 +01:00
Aaron Power ca9d1926fe Fixed serialisation features 2016-12-03 13:22:56 +00:00
Aaronepower c4889327f8 reimplemented comment syntax again, added OCaml, and Standard ML 2016-01-26 20:23:21 +00:00