fc44208892
Squashed 'src/syntax/' changes from 3619572..d5b5da5
...
d5b5da5 feat: add nu
9e943df feat: add vimscript support
3aa9e32 fix: make cpp highlights inherit from c highlights
f516cca feat: update tree-sitter
bc10ea1 feat: format json with hjson
0b9e4ac refactor: change a -> allocator
bd5240d fix: update color for typst file_type
302b343 feat: add typst file type
97b6432 feat: update tree-sitter to add typst
5637dc8 refactor: prefer orelse to if(pred) |x| x else y
4818cc1 build: add the options to build entirely without tree-sitter
4106496 feat: add language server for openscad file type
fcd12e6 refactor: re-format file_types.zig
8536e19 feat: add elixir file type
d04f957 Add OCaml Formatter and LS (#23 )
945a58d feat: add ini as a toml file extension
git-subtree-dir: src/syntax
git-subtree-split: d5b5da509350ef946b33cfb5c04ede68e288545b
2024-09-22 14:22:11 +02:00
ee7fb21cee
fix: add missing error set
2024-09-19 22:03:27 +02:00
0542fdc680
refactor: use explicit error sets in MessageFilter and project_manager
2024-09-19 21:54:18 +02:00
6fac0b1cb4
fix: prevent error.Overflow for LSPs that send crazy large messages
2024-09-18 21:33:19 +02:00
a58ab986f1
feat: require metadata on all commands
2024-09-17 23:00:54 +02:00
d75dcd7b84
feat: add metadata to all commands
2024-09-17 23:00:53 +02:00
bdd16f43fb
feat: add support for command metadata
2024-09-17 23:00:48 +02:00
6b43dd4f28
fix: use correct .zig-cache path for zig-0.13 in zig wrapper cdb command
2024-09-13 11:49:12 +02:00
60b91a3495
Revert "Convert the zig wrapper to POSIX shell"
...
This reverts commit 8b1a764429
.
closes #41
2024-09-13 11:47:50 +02:00
07e3df4cd9
fix: add missing need_render() call in add_info_content()
2024-09-11 17:14:02 +02:00
2b4f5d0af0
feat: add vimscript support
2024-09-11 16:03:33 +02:00
7a46ce585b
fix: make cpp highlights inherit from c highlights
...
closes #42
2024-09-11 15:51:40 +02:00
b4d8cf6b3d
feat: update tree-sitter
2024-09-11 15:51:13 +02:00
bf3fe5f2ba
refactor: run zigimports
...
closes : #38
2024-09-10 22:25:54 +02:00
Kat
8b1a764429
Convert the zig wrapper to POSIX shell
...
Removes a few bashisms like `==` in `test` and `$(<file)`, as well as changing the shebang.
2024-09-10 22:19:53 +02:00
d3eb4e9913
feat: toggle the panel on right or middle click of the flow button
2024-09-10 22:12:22 +02:00
97501c4ec7
feat: hightlight returned range in LSP hover responses
2024-09-10 21:47:13 +02:00
ce71ea88c7
docs: add hover mode and keybinding to help
2024-09-10 21:25:14 +02:00
1391372174
feat: add mouse hover support to editor in jump mode
2024-09-10 21:24:54 +02:00
d5494c492b
feat: reset info view content on empty hover response
2024-09-10 21:21:33 +02:00
042c41aca3
feat: add hover command keybindings
2024-09-10 20:27:06 +02:00
539b1fd37d
feat: add editor hover command
2024-09-10 20:23:34 +02:00
c894ae6dea
feat: add support for LSP hover requests
2024-09-10 20:22:31 +02:00
990c12797c
feat: add a very simple info view
2024-09-10 20:21:41 +02:00
b970031a7f
feat: don't treat unknown LSP notifications as errors
2024-09-05 22:15:07 +02:00
2060588a28
feat: respond to client/registerCapability requests with a null result
2024-09-05 22:15:07 +02:00
79ba5d32cd
feat: add basic support for responding to requests from a language server
2024-09-05 22:10:47 +02:00
9cff9717c0
feat: format json with hjson
2024-09-05 22:06:59 +02:00
4ac6818a4f
fix: allow tab characters in bracketed paste operations
...
closes #39
2024-09-05 16:41:05 +02:00
929f6b50b3
fix: do not break out of bracketed paste on sanitizer fail
...
Log and drop the bad bytes instead.
2024-09-05 16:39:51 +02:00
d286aae67a
refactor: move bracketed paste handling to functions and log errors
2024-09-05 16:39:13 +02:00
75b1c85723
fix: print a message to stderr if setlocale fails
2024-09-03 17:34:12 +02:00
ea70d45363
refactor: use splitScalar instead of splitAny in list_languages
2024-09-03 14:44:24 +02:00
86fdfe98e2
fix: render syntax for overlapping tree-sitter captures
2024-09-03 14:41:26 +02:00
447b735c0b
feat: add windows support in --list-languages
2024-09-02 22:33:51 +02:00
595919c764
feat: colorize --list-languages output
2024-09-02 21:43:39 +02:00
72a40a6711
Merge branch 'yhyadev-list-languages-checkmark'
2024-09-02 21:20:04 +02:00
8810048f91
fix: adjust list_languages column header alignment
2024-09-02 21:19:44 +02:00
0e19fbdd75
fix: avoid list_languages.write_checkmark on windows until support is added
2024-09-02 21:19:43 +02:00
Yhya Ibrahim
7fad128304
fix: pass allocator
to list_languages.list
2024-09-02 20:33:46 +03:00
Yhya Ibrahim
adf1725737
feat: in list_languages
write a checkmark behind an executable and x if not an executable
2024-09-02 20:21:20 +03:00
4d25f77e1b
feat: add toggle_input_mode (F2) home screen key binding
2024-09-02 17:33:28 +02:00
462da0e992
fix: make sure users can get out of helix mode with F2 or the command palette
2024-09-02 17:29:36 +02:00
7b812d73ea
refactor: change a -> allocator
2024-09-02 14:31:49 +02:00
gabydd
ad58b1868d
stub out almost all helix keybindings
2024-09-02 13:44:48 +02:00
gabydd
7dbb5458f5
start porting over helix keybindings
...
some are completly wrong many have comments about
what the proper helix command looks like,
only touches normal mode
2024-09-02 13:44:48 +02:00
7b877de6d7
feat: use palatte instance specific name and icon
2024-08-31 21:13:55 +02:00
4a04b44fef
fix: don't render both logo and overlay mode icon
2024-08-31 21:07:02 +02:00
e7b3c5c91a
fix(windows): minor build fixes for windows
2024-08-31 21:02:28 +02:00
267ccdd069
fix: do not restore project MRU history for files that don't exist
2024-08-30 22:03:18 +02:00