slowsage
ad863b583a
Add Common JS file extension (cjs) ( #939 )
2022-08-22 19:35:13 +02:00
Daniel Mircea
32e47d82eb
Add shaderlab support ( #938 )
2022-08-22 19:34:49 +02:00
mrunix00
628f06b56c
Add support for ZealOS's implementation of HolyC ( #936 )
2022-08-15 09:08:22 +02:00
Adam Tokarski
61dd7df6fc
[issue_934] from_shebang tera function uses starts_with ( #935 )
...
This allows to cover versioning of language executables, like it can happen for Python. Currently there is python, python2 and python3. Could just add python2.7, but we should add new env item for each new Python version, like python3.4, python3.10, etc which soon may be somewhat cumbersone.
2022-08-15 09:07:59 +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
Rob Cornall
da0841dd66
support bitbake ( #907 )
...
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-15 08:44:44 +02:00
Siavash Askari Nasr
6c1463b592
Add support for Raku ( #803 )
...
* Add support for Raku
* [Raku] Remove single line and paragraph docs
as they do not work currently
* [Raku] Change code and comments to reflect the new changes
2022-08-15 08:44:12 +02:00
Akshit Garg
901b49a2d4
Add support for ReScript ( #798 )
...
https://rescript-lang.org
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-14 19:09:35 +02:00
Masaki Hara
394aa61c98
Add basic Haml support ( #869 )
...
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-14 18:52:06 +02:00
sceneq
3c486247fb
Fix backslash bug ( #915 ) ( #916 )
...
* Fix backslash bug (#915 )
* fix
* Update test
Co-authored-by: scenq <me>
2022-08-14 18:35:25 +02:00
James Brown
e1bde8ca0f
add m4 language definition ( #923 )
2022-08-14 18:28:34 +02:00
R3dSt0ne
3b0adc8605
add multi_line_comments to VHDL ( #924 )
...
* add multi_line_comments to VHDL
* Update vhdl.vhd
2022-08-14 17:36:18 +02:00
Basti Ortiz
955d258692
Perf: prefer non-allocating, case-insensitive string comparisons ( #905 )
2022-08-14 17:35:13 +02:00
Maciej Barć
5021a6d324
add Gentoo's ebuild language ( #854 )
...
* languages.json: Racket - add scrbl extension and racket env
Signed-off-by: Maciej Barć <xgqt@riseup.net>
* add ebuild language
more info: https://wiki.gentoo.org/wiki/Ebuild
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Signed-off-by: Maciej Barć <xgqt@riseup.net>
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-14 17:34:07 +02:00
Jay Lau
b3f3686fc6
input will default to the current directory ( #918 )
2022-08-14 17:33:41 +02:00
John Keeping
d7c3dfbd68
Add env match for Groovy ( #887 )
...
The standard #!/usr/bin/env is documented for Groovy [1] so add the
match for this.
[1] https://groovy-lang.org/syntax.html#_shebang_line
2022-08-14 17:25:55 +02:00
Detector-I
4bcce63ee6
Add Autoit scripting language ( #882 )
...
Add support to Autoit scripting language
2022-08-14 17:25:12 +02:00
Mo8it
3a1cc6e6f9
Enhance CONTRIBUTING.md ( #885 )
2022-08-14 17:22:26 +02:00
Erin Power
f1486728ca
Update dependencies
2022-08-14 17:17:29 +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
kojix2
df545f5820
Add support for Nextflow ( #799 )
...
* Add nextflow
* Add nextflow test
* Add nextflow test data
2022-08-13 21:16:23 +02:00
Daniel Nagy
cd662e912b
Add Poke support ( #796 )
2022-08-13 21:14:35 +02:00
zhong-yiyu
1dd47ab45b
Add in Support for WenYan programming language ( #790 )
...
Co-authored-by: Dark-BlackTea-Master <53254770+dark-blacktea-master@users.noreply.github.com>
2022-08-13 21:13:59 +02:00
XAMPPRocky
eb188eff60
Disable mipsel-unknown-linux-*
2022-08-13 20:38:41 +02:00
XAMPPRocky
935c4879ba
Disable mips-unknown-linux-musl
2022-08-13 20:26:57 +02:00
XAMPPRocky
e7092a8fde
Disable mips-unknown-linux-gnu
2022-08-13 20:01:52 +02:00
Redfire
2e900ba276
Added Forge Config and ZenCode Support ( #783 )
...
* Added ZenCode Support
* Sorted languages according to language key
* Added Minecraft Forge Config Support
* Added Forge Config to README
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2022-08-13 19:45:46 +02:00
Kian-Meng Ang
e6b7ab5f91
Fix typos ( #925 )
2022-06-26 12:19:47 +02:00
Rebecca
5a6fcfccf5
updating test data ( #920 )
2022-06-17 06:47:05 +02:00
XAMPPRocky
f5686a0d15
Update README.md
2022-05-22 07:08:06 +02:00
XAMPPRocky
407a28fd31
Update README.md
2022-05-22 07:07:13 +02:00
5HT2
7ffb10f593
docs: Update README example ( #912 )
2022-05-20 07:40:38 +02:00
Slope
ca2fcb3bd8
Fennel support ( #880 )
...
* Added Fennel support
Created a test file and added support in languages.json
* Updated Fennel test case
Input the wrong number of lines oops
* Corrected the number of comment lines
I am very bad at counting
* Added multiline strings to the test case
2022-05-17 07:06:20 +02:00
TPReal
6cbd1df51c
Fixed a typo in README. ( #904 )
2022-04-05 15:09:51 +02:00
Max Sharnoff
067fc4487e
Summarise language before adding to total ( #903 )
2022-04-04 13:06:32 +02:00
Marcin Puc
a6c31a10bc
Remove obsolete "json" feature from README ( #900 )
2022-03-27 11:40:15 +02:00
5HT2
ab7bb7500b
impr: Add -R
option to modify row format ( #896 )
2022-03-22 08:03:56 +01:00
Shan Zhou
8066014791
Add mesh and raytracing shaders to GLSL ( #886 )
2022-02-19 09:07:30 +01:00
Brad Svercl
177d32e024
Clap v3 + clippy fixes ( #872 )
...
* feat: clap migration complete
* clippy fixes
* set minimum values for input
* fix(cli): allow multiple occurences on verbose
* bump
2022-02-01 15:30:42 +01:00
LovecraftianHorror
0152709e9a
Fix panic trim_first_and_last_line_of_whitespace
on bad slice indices ( #865 )
...
* Fix panic from slice end being before slice start
* Fix fallback value for end index
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
2021-12-20 09:07:01 +01:00
XAMPPRocky
46d447f0fd
Delete dependabot.yml
2021-12-19 23:08:22 +01:00
LovecraftianHorror
4a3fd427b8
Fix input output mismatch ( #861 )
...
* Fix input output mismatch
* Reduce output format breakage
2021-12-19 23:07:06 +01:00
LovecraftianHorror
930d4fd1b8
Add missing field to Config
in fuzz harness ( #866 )
2021-12-19 23:05:48 +01:00
LovecraftianHorror
452e97b921
Add blobs to the totals for jupyter ( #868 )
2021-12-19 23:05:19 +01:00
LovecraftianHorror
cf1c64faa2
Remove deprecated aho corasick .byte_classes(false)
toggle ( #867 )
2021-12-19 16:08:39 +01:00
XAMPPRocky
9ea344445c
Delete audit.yml
...
Haven't found it useful enough compared to how annoying it is.
2021-12-13 11:11:29 +01:00
Maciej XGQT Barć
4d5d8d28ae
languages.json: Racket - add scrbl extension and racket env ( #850 )
...
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-11-21 19:02:46 +01:00
Po-Yu Hsieh
8cf79f31b1
Language Support for ATS ( #840 )
...
* Adding spec and test for ATS
* Update language support list
* Corrects language spec and test assertions
Details:
- Specifies quotation format
- Correct key for specifying line comment
- Correct expected test assertions (passed)
* Fix inconsistent JSON formatting in languages.json
* Update extension list
Details:
- To make it comply with github's linguist def
2021-11-19 16:56:26 +01:00