Commit Graph

1020 Commits

Author SHA1 Message Date
Adam Tokarski
6392516c47
[issue_1114] remove Cargo.lock from .gitignore (#1115) 2024-06-18 15:38:24 +02:00
Adam Tokarski
1428a7ee3e
[issue_891] give more space for Files column (#933)
* [issue_891] give more space for Files column

+ put columns width magic numbers into some consts

* [issue_891] adjust .gitignore

* [issue_891] adjust column widths for all places

New consts for that are moved into dedicated consts file
2024-06-18 10:49:30 +02:00
DCjanus
1770db0afd
GitHub Action to publish docker images (#1096) 2024-05-13 16:13:58 +02:00
Beiu Alexandru Dumitru
b0b7a38025
feat: --files argument now sorts alphabetically (#1059)
* Fixed --files argument to sort alphabetically

* Deleted unnecessary clone().

* Ran cargo fmt
2024-05-13 13:00:40 +02:00
Sam Vendittelli
eae5e4c564
fix: read hidden from config file (#1093)
Previously, setting `hidden = true` in the config file would have no
effect. Now it is properly read.

Fixes: #1092
2024-05-13 12:54:45 +02:00
fuchen
ed94fa7920
Support MoonBit language. (#1095) 2024-05-13 12:53:59 +02:00
Ken Chou
40bd58b692
Add OpenSCAD (#1097)
* add OpenSCAD

* update README.md

* test data
2024-05-13 10:53:56 +02:00
Aarni Koskela
9d156e1f77
languages.json: add jinja extension for Jinja2 (#1083)
It's also quite common for Jinja2 templates to be called *.jinja.
2024-05-06 14:44:26 +02:00
SandaruKasa
e7fa7aba10
Fix slang (#1089) 2024-05-06 14:27:01 +02:00
XAMPPRocky
69d9f57318
Temporarily remove Hare
Resolves #1090
2024-05-06 14:18:11 +02:00
Abiria
ba11288a20
feat: add support for LALRPOP (#1077) 2024-05-02 18:29:32 +02:00
konsti
dfaf79b48a
Support .pyi python file (#1075) 2024-05-02 18:27:57 +02:00
Jack
3dee52705d
add luau extension to lua (#1066) 2024-05-02 18:27:34 +02:00
Dan Foreman-Mackey
5542fa3ba3
Adding support for Snakemake (#1045) 2024-05-02 18:26:17 +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
Léana 江
8a945792ca
add: typst (#1037) 2024-05-02 18:23:35 +02:00
Alex Ozdemir
3ac268d00d
Add the ZoKrates language (#1035) 2024-05-02 18:23:04 +02:00
Jonathan
1224e98886
Add PRQL (#1030) 2024-05-02 18:20:16 +02:00
Embers-of-the-Fire
f08c87a969
remove refs (#1006) 2024-05-02 18:00:50 +02:00
Clément Fournier
0f85cfe35e
Add lingua franca language (#993) 2024-05-02 17:58:45 +02:00
Samuel Meenzen
0dfd49413b
Add support for Razor Components (#992) 2024-05-02 17:56:37 +02:00
wanesty
3c01e09e3e
Add arch's PKGBUILD files (#972) 2024-05-02 17:55:20 +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
Nathaniel Knight
0f358fef90
Add support for Chapel (#960) 2024-05-02 17:53:15 +02:00
Halvor
820cfa3e62
Add language support for Slang (#956) 2024-05-02 17:52:34 +02:00
Alistair Smith
1237c8d324
Update TypeScript language (#953) 2024-05-02 17:52:08 +02:00
Fredrik Dahlgren
860185a776
Added support for Circom (#949) 2024-05-02 17:51:31 +02:00
Bernd
7666b993bf
README.md: link to earthly project (#1078) 2024-03-24 20:41:48 +01:00
XAMPPRocky
476bf2a707
Update mean_bean_deploy.yml 2024-03-04 09:30:49 +01:00
github-actions[bot]
4760dbcae8
chore: release (#1070)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-04 09:16:19 +01:00
XAMPPRocky
24cdd19e2c
Create release-plz.yaml 2024-03-04 09:05:03 +01:00
Beiu Alexandru Dumitru
5f755db185
fixed language names not showing when in Light mode (light background (#1048) 2024-01-09 09:14:08 +01:00
XAMPPRocky
e2625c02d8
Update mean_bean_ci.yml 2023-11-21 18:52:35 +01:00
Linda_pp
c8e4d07032
Fix LD Script language data (#1028)
* Add `.ld` file extension to LD Script

* Fix LD Script doesn't allow `//` line comments
2023-09-24 10:45:04 +02:00
Linda_pp
2832faa615
Fix language data example in CONTRIBUTING.md (#1029) 2023-09-24 10:44:42 +02:00
Erin Power
ae77e19456 Update dependencies 2023-08-02 23:00:54 +02:00
XAMPPRocky
f6b8cadeba
Add widget install instructions 2023-07-16 10:31:15 +02:00
XAMPPRocky
ddd114ae2c
Update mean_bean_ci.yml 2023-07-09 20:25:40 +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
Spenser Black
7b86e23bc9
Ignore format commits for languages.json (#1013)
This registers formatting commits on `languages.json` as revs to be
ignored. GitHub uses the file in the blame view, and these commits add
unnecessary noise that aren't relevant to finding actual changes (e.g.
when a language was added).
2023-06-26 20:14:15 +02:00
Wu Tingfeng
958e1d03ef
Upgrade GitHub Actions (#955) 2023-06-20 08:13:05 +02:00
Embers-of-the-Fire
5257078123
add --languages ouput formatter (#1007) 2023-06-08 12:24:20 +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
Rom's
a99eb5f218
Add support for Redscript (#994) 2023-05-03 07:22:59 +02:00
Glenn Jackman
d6cb435152
Add support for jq (#965)
* Add jq language

* add to readme
2023-04-27 15:47:07 +02:00
Zihan Chen
fb2a612e76
Add support for Astro (#966) 2023-04-27 09:55:28 +02:00
Utkarsh Gupta
c4bd7ceaed
Use XDG conventions on macOS too (#989) 2023-04-26 18:43:44 +02:00