CJ van den Berg neurocyte
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-24 11:05:43 +00:00
697ad50e1c Merge branch 'master' into zig-0.15.0
07ae58e542 feat: add powershell language support
53ea08a41e fix: don't truncate scratch buffer names in tabs and terminal title
Compare 3 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-24 11:05:24 +00:00
07ae58e542 feat: add powershell language support
53ea08a41e fix: don't truncate scratch buffer names in tabs and terminal title
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow-website 2025-06-20 17:47:17 +00:00
967f9c3bf5 devlog: hurl support and tilde expansion
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-20 17:36:24 +00:00
eece7202b1 Merge branch 'master' into zig-0.15.0
aa9aa0ac93 feat: add hurl language support
a33f6c8c2b feat: add support for ~ expansion to open_file command and file_browser
9a580ac0e7 fix: prevent unexpected message errors on missing LSP binary
48ea5c649b fix: replace std.unicode.utf8Decode with safe function that cannot panic on invalid UTF-8 input
Compare 6 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-20 17:36:10 +00:00
aa9aa0ac93 feat: add hurl language support
neurocyte pushed to master at neurocyte/flow 2025-06-19 14:09:22 +00:00
a33f6c8c2b feat: add support for ~ expansion to open_file command and file_browser
9a580ac0e7 fix: prevent unexpected message errors on missing LSP binary
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow-syntax 2025-06-19 12:40:40 +00:00
61cc66276e feat: add csharp formatter
neurocyte pushed to master at neurocyte/flow 2025-06-19 12:36:43 +00:00
48ea5c649b fix: replace std.unicode.utf8Decode with safe function that cannot panic on invalid UTF-8 input
62fc122c69 feat: add csharp formatter
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow-syntax 2025-06-19 12:14:51 +00:00
0ac6d60e9b build: pull in tree-sitter update to fix building on windows
2248555772 build: update to zig 0.14.1
739d78c4f0 feat: add rpmspec support
444283cd23 feat: add protobuf support
003c407d6c feat: update tree-sitter for uxntal, rpmspec and protobuf support
Compare 8 commits »
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-18 08:41:52 +00:00
4d608d413a build: update to zig-0.15.0-dev.836+080ee25ec
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-18 08:41:14 +00:00
c21a673163 Merge branch 'master' into zig-0.15.0
4a6f67dcfb feat: add legacy input encoding compatible undo keybinding in emacs mode
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-16 13:23:04 +00:00
4a6f67dcfb feat: add legacy input encoding compatible undo keybinding in emacs mode
neurocyte created branch zig-0.15.0 in neurocyte/flow 2025-06-04 21:24:29 +00:00
neurocyte pushed to zig-0.15.0 at neurocyte/flow 2025-06-04 21:24:29 +00:00
6fb364d64b zig: update to zig-0.15.0-dev.703+597dd328e
0e3806ab98 zig: port log.MsgStore to 0.15.0-dev.703+597dd328e
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-04 20:39:19 +00:00
717bef9c61 build: update to latest libvaxis and zg api
neurocyte pushed to master at neurocyte/flow 2025-06-03 21:56:22 +00:00
831607ffd6 fix: nudge_delete should handle cursor moving to same line as delete
neurocyte pushed to master at neurocyte/flow 2025-06-03 17:17:22 +00:00
b9fbd6825d fix: minor home screen fixes
neurocyte pushed to master at neurocyte/flow-website 2025-06-03 16:40:46 +00:00
add2d8b257 devlog: added highlight_columns_enabled / fixed multithreaded buffers
neurocyte pushed to master at neurocyte/flow 2025-06-03 16:17:38 +00:00
609bc9d257 fix: remove multithreaded buffer access in background async differ
006e1ddb45 fix: remove multithreaded buffer access in project_manager
Compare 2 commits »
neurocyte pushed to master at neurocyte/flow 2025-06-03 15:24:20 +00:00
3853ac8aea feat: add highlight_columns_enabled config option and store it on toggle_highlight_columns