Commit graph

31 commits

Author SHA1 Message Date
7ee2cb5ba3
feat: update flow-syntax 2025-08-22 23:03:31 +02:00
e8dbff76a1
feat: add support for loading customized flow themes 2025-04-25 10:02:01 +02:00
8f66e855ed
feat: add cli option to show used theme 2025-04-25 09:46:10 +02:00
4afe325669
feat: update config loader to support current flow editor configuration files 2025-04-25 09:45:36 +02:00
Robert Kroeger
9b3f6153da feat: build with Zig 0.14
Multiple changes needed to build with Zig 0.14:

* upgraded ansi_term to version that also builds with 0.14 and made
the necessary code changes here.
* used the new separate cbor from flow-syntax and removed thespian
* updated for 0.14 renaming of some std enum values
* updated for a new 0.14 version of clap
* update flow-themes
2025-04-23 13:05:40 +02:00
a6358d5156
feat: add -C,--color option to enable color if stdout is not a tty 2025-02-18 17:48:21 +01:00
ec79f693a5
feat: act more like standard cat if stdout is not a tty 2024-11-18 17:40:05 +01:00
fc512c0689
feat: update to latest flow-syntax for julia and swift support 2024-11-12 10:25:33 +01:00
746e6024c4
feat: update thespian, syntax and themes dependencies 2024-10-21 21:09:18 +02:00
a0022e74e9 build: update to zig 0.12 2024-04-20 17:29:52 +02:00
09ee06269d build: unvendor ansi-term 2024-03-25 19:54:45 +01:00
3014ca971e fix: use theme selection color for line highlighting 2024-03-25 19:31:55 +01:00
f053a25cce feat: add option to highlight a line range
closes #6
2024-03-25 19:24:12 +01:00
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
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
a98e9f9f2c refactor: migrate to flow-syntax 2024-03-06 20:04:41 +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
9cdc802802 feat: add --show-language option 2024-02-21 15:09:52 +01:00
8a3890b003 feat: add fallback language (conf) and --default option to override it 2024-02-21 13:49:16 +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
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
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
395374409c Initial release 2024-02-20 17:59:34 +01:00