Commit graph

38 commits

Author SHA1 Message Date
18160fab74 build: update zig 2024-03-25 19:21:06 +01:00
35c1578246 feat: add --highlight and --limit options
closes #4
2024-03-12 17:24:55 +01:00
f511eb4434 feat: update ziggy and add ziggy-schema 2024-03-11 17:38:59 +01:00
4822770403 fix: flush after --list-themes and --list-languages 2024-03-06 22:27:21 +01:00
45b699d8ae feat: add --html option to output html 2024-03-06 22:22:46 +01:00
6329b890e4 refactor: unvendor cbor module and pull it from thespian 2024-03-06 20:36:48 +01:00
a98e9f9f2c refactor: migrate to flow-syntax 2024-03-06 20:04:41 +01:00
87446df0ca fix: fetch latest tree-sitter to fix hash mismatch on macos 2024-02-29 18:36:25 +01:00
dca5f549ea
Merge pull request #3 from abelcha/fix-build-m1
fixed build on Mac m1
2024-02-29 18:35:51 +01:00
Abel Chalier
55892b9e97 fixed m1 arch 2024-02-29 14:22:10 +01:00
f87b580e02
Merge pull request #2 from postsolar/enable-purescript
Enable PureScript
2024-02-23 10:39:38 +01:00
51e07f8c92 fix: get tree-sitter with updated parsers and disabled sanitizer 2024-02-23 10:34:12 +01:00
postsolar
331cab9c4f Enable PureScript
The conflict with Haskell has been resolved in e40d749975
2024-02-23 07:03:14 +02:00
10de00d684 feat: add ziggy file type 2024-02-22 13:56:20 +01:00
894f7cd831 refactor: prepare for library split 2024-02-21 21:56:42 +01:00
edaf3f3cc6 feat: don't emit an error if stdout is closed early 2024-02-21 16:49:45 +01:00
01984d21fe feat: improve rendering 2024-02-21 16:35:42 +01:00
00f843c54f fix: first line file type matching 2024-02-21 15:31:51 +01:00
9cdc802802 feat: add --show-language option 2024-02-21 15:09:52 +01:00
d5beecd018 feat: add xml, dtd and org file types 2024-02-21 15:08:36 +01:00
7c9faa07c1 feat: some minor file type guessing additions 2024-02-21 13:49:16 +01:00
8a3890b003 feat: add fallback language (conf) and --default option to override it 2024-02-21 13:49:16 +01:00
e58769badb
fix: typo in README.md 2024-02-20 21:13:01 +01:00
de8d74b1e0 feat: tweak README.md 2024-02-20 20:21:48 +01:00
9a57e1ebff feat: add --list-languages 2024-02-20 20:19:55 +01:00
35d0de50bf feat: prettify --list-themes output 2024-02-20 20:14:14 +01:00
d4fefac181 feat: add note about flow config to README.md 2024-02-20 20:13:59 +01:00
64aab6048a feat: add more useful message if no parser was found 2024-02-20 20:05:05 +01:00
2ad1ae7c02 fix: rendering bug 2024-02-20 20:04:50 +01:00
e5f287f3d2 Add one dark theme 2024-02-20 19:41:43 +01:00
610f55d82e read theme from flow config if available 2024-02-20 19:41:23 +01:00
27ded21b75 add missing trailing data at end of file 2024-02-20 19:04:29 +01:00
53b6895b02 add --lang and --theme options 2024-02-20 18:58:49 +01:00
0b0200aecc fix zig wrapper on macos 2024-02-20 18:31:44 +01:00
acec3e78ab Add zig version helper script 2024-02-20 18:09:54 +01:00
837a437575 improve README.md 2024-02-20 18:09:39 +01:00
395374409c Initial release 2024-02-20 17:59:34 +01:00
84a25cc089
Initial commit 2024-02-20 17:58:33 +01:00