CJ van den Berg neurocyte
neurocyte pushed to master at neurocyte/flow 2025-09-29 16:16:55 +00:00
ce6d16b656 feat: update flow-syntax for gettext-po, awk, latex, nickel, elm, hcl and perl support
neurocyte pushed to master at neurocyte/flow-syntax 2025-09-29 16:10:46 +00:00
0221af1286 fix: update tree-sitter to fix paths
neurocyte pushed to master at neurocyte/flow-syntax 2025-09-29 14:40:53 +00:00
fa2685056c Merge branch 'zig-0.14'
c7eb09f145 feat: update tree-sitter for new file types
c9f6934ec7 fix: simply file gettext file type name
0eb3ebcb80 feat: add perl file type
dcb7b95ead feat: add hcl file type
Compare 11 commits »
neurocyte pushed to zig-0.14 at neurocyte/flow-syntax 2025-09-29 14:39:45 +00:00
c9f6934ec7 fix: simply file gettext file type name
0eb3ebcb80 feat: add perl file type
dcb7b95ead feat: add hcl file type
beea570be7 feat: add elm file type
73e2396f61 feat: add nickel file type
Compare 9 commits »
neurocyte pushed to master at neurocyte/flow 2025-09-27 22:15:29 +00:00
d695d69383 feat: closing and saving including multiple in helix mode
neurocyte pushed tag v0.5.0-198-ga5d3eb18 to neurocyte/flow-nightly 2025-09-27 21:50:33 +00:00
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-27 21:30:35 +00:00
b8d2679cbc Merge branch 'master' into zig-0.15
a5d3eb18f3 feat: add automatic dark/light mode support
1ade0b1b89 feat: use modal behavior from flow to support helix mode
2390590279 feat: add shorcuts for buffers in helix mode
21384b7a5f feat: add % for select_all and zz to scroll_view_center in helix mode
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-09-27 21:24:26 +00:00
a5d3eb18f3 feat: add automatic dark/light mode support
1ade0b1b89 feat: use modal behavior from flow to support helix mode
2390590279 feat: add shorcuts for buffers in helix mode
21384b7a5f feat: add % for select_all and zz to scroll_view_center in helix mode
9db6bf56c1 feat: add :x alias for :wq in helix mode
Compare 5 commits »
neurocyte pushed to master at neurocyte/flow 2025-09-27 21:23:04 +00:00
e953da7d86 feat: add automatic dark/light mode support
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-27 20:49:08 +00:00
26cb33cad9 fix: tracing using zig-0.15 Writer and add a trace file write lock
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-26 19:49:19 +00:00
91d2131dac fix: update Buffer tests for zig-0.15
65414d2d73 fix: update keybind test case for zig-0.15
f90d486eae fix: update Buffer.store_to_string for zig-0.15
8f1375745d fix: simplify and update Buffer.get_byte_pos for zig-0.15
2867fc9a8e fix: update Buffer.get_line function for zig-0.15
Compare 8 commits »
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-26 12:10:08 +00:00
06b9d2384e fix: flush lsp log file after every message
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-26 12:03:21 +00:00
d97a4c1108 fix: update thespian to remove bogus assert
neurocyte pushed to master at neurocyte/thespian 2025-09-26 12:00:38 +00:00
25b10b6b5b fix: remove bogus assert
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-26 11:40:27 +00:00
ab84d0679d build: update libvaxis for the rebase of zig-0.15 fixes
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-26 11:17:27 +00:00
705ff49ae8 fix: remove bogus assert in Buffer drain function
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-26 11:00:08 +00:00
2fd347d0eb build: update build.zig.zon version field
0a3a71dbba build: update build.zig.zon minimum zig version
4125db2617 fix: Writer.Allocation.initOwnedSlice does not append
Compare 3 commits »
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-25 20:05:32 +00:00
720bb9515f Merge branch 'master' into zig-0.15
7c49138eac feat: add :qa! aliase for quit_without_saving in vim mode
6c385bc35a fix: missing padding in buffer_palette
203f05fef7 feat: make select_next_sibling select the node at the cursor if there is no selection
bfa3ea007c feat: make shrink_selection select the node at the cursor if there is no selection
Compare 5 commits »
neurocyte pushed to zig-0.15 at neurocyte/flow 2025-09-25 20:02:04 +00:00
bf0d4402ea refactor: lots more writergate fixes - first successful build