Jake Bailey
4ee23cbc55
Stop recommending comma-separated CLI args ( #1305 )
2025-12-16 19:24:18 +00:00
gtker
179155fe73
Add support for M1 assembly, the hex0/1/2 family, and kaem files ( #1295 )
2025-11-18 21:28:04 +01:00
Mihai-Laurențiu Țucă
fe513a7bee
Fix several typos ( #1294 )
2025-11-16 20:03:00 +01:00
XAMPPRocky
62a564da6e
Update README.md
2025-02-24 18:25:37 +01:00
Ben Beasley
7f258f473c
Fix CRLF or mixed CRLF/LF line terminations in Markdown files ( #1219 )
2025-01-23 18:42:23 +01:00
Marc Addeo
60928375d3
Add support for justfiles ( #1175 )
...
* Add support for justfiles
* Fix test file for justfile
* Use Just as language name instead of Justfile
* Add Just to README
2024-10-11 12:36:47 +02:00
Baraa Al-Masri
c2699d06c3
Add templ support ( #1122 )
...
* Add support for templ
* Remove file extension `tpl` (conflict with Pan)
* Add quotes and important_syntax
* Update readme
* Add test for templ
2024-09-30 11:24:00 +02:00
petrisch
167af762d1
Update README.md with HiCAD from d4a1814 ( #1143 )
2024-09-30 11:23:25 +02:00
Tony Zorman
3688ee5cdb
Add BQN support ( #1151 )
2024-09-30 10:46:49 +02:00
Pete Lomax
4faf752140
Add Phix ( #1167 )
2024-09-30 10:45:47 +02:00
Tony Zorman
2b1752ee09
Add APL support ( #1152 )
2024-09-30 10:45:18 +02:00
Zhiqiang Zhang
d2f54a8fe0
add slint language support ( #1054 )
2024-08-30 09:57:27 +02:00
András B Nagy
143a99aaa3
Add Pyret support ( #1032 )
2024-08-30 09:56:54 +02:00
loqusion
9ad137f943
Add support for MDX ( #1046 )
...
* Add support for MDX
* Add MDX to readme
---------
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2024-08-16 15:29:00 +02:00
Jonathan
b694366b4f
Add PRQL to README.md ( #1088 )
2024-08-16 14:28:34 +02:00
Philipp Meier
84fcef1f2c
feat: Add support for Monkey C ( #1081 )
2024-08-16 14:27:59 +02:00
SandaruKasa
3a352847e2
Add d2 ( #1091 )
2024-08-16 14:06:11 +02:00
Novus Nota
79b6a9055d
feat: add language Tact ( #1103 )
...
More about the language: https://tact-lang.org
Hope everything's nice here :)
2024-08-16 14:05:45 +02:00
Scott McKendry
037e2297db
feat: add support for bicep ( #1100 )
2024-08-16 14:05:22 +02:00
Etienne Bacher
79788ccf38
Add support for Stata ( #1112 )
...
* add support for stata
* readme
* add test
2024-08-16 14:04:47 +02:00
Léana 江
b59cbbf52f
feat: add hledger ( #1121 )
2024-08-16 14:04:21 +02:00
Hoang Nguyen
079e4c2cfa
Add support for CUE ( #1049 )
2024-08-16 13:58:31 +02:00
Dmitry Sharshakov
776970005d
feat: add SELinux CIL policy source files ( #1124 )
...
Common Intermediate Language is a format of SELinux policy source
2024-08-16 13:51:29 +02:00
Aurélien Lajoie
d64a9b319b
Add GetText Portable Object (PO) files ( #814 )
...
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2024-08-16 13:21:28 +02:00
limuy2022
0ddecd9351
Support godot shader ( #1118 )
...
* Support godot shader
* Update README
2024-08-16 13:14:08 +02:00
XAMPPRocky
913df079c2
Update README.md
2024-08-16 10:34:27 +02:00
DCjanus
1770db0afd
GitHub Action to publish docker images ( #1096 )
2024-05-13 16:13:58 +02:00
Ken Chou
40bd58b692
Add OpenSCAD ( #1097 )
...
* add OpenSCAD
* update README.md
* test data
2024-05-13 10:53:56 +02:00
Nikita K
155a960a42
Add Janet to languages.json ( #1042 )
2024-05-02 18:25:34 +02:00
Matthew Treinish
817cb4dadf
Add OpenQASM support ( #1041 )
2024-05-02 18:24:37 +02:00
Alex Ozdemir
3ac268d00d
Add the ZoKrates language ( #1035 )
2024-05-02 18:23:04 +02:00
Clément Fournier
0f85cfe35e
Add lingua franca language ( #993 )
2024-05-02 17:58:45 +02:00
Jorge Gomez
232fa996c2
Add Hare support ( #971 )
2024-05-02 17:54:53 +02:00
mbyt
03fa457595
Add Max support ( #963 )
2024-05-02 17:54:22 +02:00
Halvor
820cfa3e62
Add language support for Slang ( #956 )
2024-05-02 17:52:34 +02:00
Bernd
7666b993bf
README.md: link to earthly project ( #1078 )
2024-03-24 20:41:48 +01:00
XAMPPRocky
f6b8cadeba
Add widget install instructions
2023-07-16 10:31:15 +02:00
Mihai Galos
d5e820ade1
Feat: Dockerize tokei ( #930 )
...
* Dockerize tokei
* Update README.md with how to run tokei docker
* Simplify compiler flags
* Remove superfluous dependency to libgcc
* Use Earthfile instead of Dockerfile
* Remove superfluous referencing of build step
This is not needed because it is implied.
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
---------
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2023-07-05 11:36:22 +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
mike
3b3ea97a8c
show nushell in the readme ( #991 )
2023-05-11 10:32:33 +02:00
Glenn Jackman
d6cb435152
Add support for jq ( #965 )
...
* Add jq language
* add to readme
2023-04-27 15:47:07 +02:00
Calamity
6d5d023bbf
add void linux installation instructions ( #973 )
2023-02-21 09:35:20 +01:00
Norbert Fabritius
2306b8f118
Fix link to speed comparison in README.md ( #967 )
2023-01-11 16:09:44 +01:00
Daniel Nagy
6bd954520d
Add Hy support ( #961 )
...
A dialect of Lisp that's embedded in Python.
More info about the language:
https://hylang.org/
2022-12-19 20:04:09 +00:00
Daniel Mircea
32e47d82eb
Add shaderlab support ( #938 )
2022-08-22 19:34:49 +02:00
Ralf Gommers
54a6200fac
Add support for Cython ( #927 )
...
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-15 08:45:42 +02:00
mendelsshop
7eabf7d806
added umpl ( https://github.com/mendelsshop/UMPL ) to tokei ( #932 )
...
* added umpl to languages.json
* added test file
* added umpl to readme
* Update example.umpl
this should fix ci
2022-08-15 08:45:20 +02:00
Masashi Yoshikawa
7e4639212c
add support for CUDA language ( #841 )
...
* add cuda language
* test and readme
* Update cuda.cu
2022-08-14 16:43:37 +02:00
XAMPPRocky
8e61a4b2fe
Update README.md
2022-08-13 21:42:01 +02:00
Daniel Nagy
cd662e912b
Add Poke support ( #796 )
2022-08-13 21:14:35 +02:00