Commit graph

85 commits

Author SHA1 Message Date
fa6a411bc7 refactor: remove some log spam 2025-04-17 10:08:52 +02:00
4e80f937cd feat: add log as an extension for the conf file type 2025-03-26 19:11:09 +01:00
46bd66ec8a build: remove ts_bin_query_gen build output messages 2025-03-25 17:25:08 +01:00
d231728c92 feat: output total size of binary queries 2025-03-24 13:08:51 +01:00
44bbf996bd feat: use binary tree-sitter queries created at compile time 2025-03-24 12:13:18 +01:00
56f33e51a6 fix: destroy QueryCache.CacheEntry objects on clean-up 2025-03-19 15:32:40 +01:00
Loris Cro
80ceadcff9 fix IB in cache
on hashmap reallocation other threads might be still
holding onto old memory pointers. by making the hash
only store pointers, all reallocations are now safe
2025-03-19 15:22:32 +01:00
2d29a6bab5 feat: allow parallel loading of tree-sitter query cache entries 2025-03-18 17:41:16 +01:00
ea00711ee1 feat: add caching of tree-sitter query objects 2025-03-18 14:26:31 +01:00
149a7fc546 fix: do not parse tree-sitter queries twice 2025-03-18 12:33:17 +01:00
0efed0ee67 Merge branch 'master' into zig-0.14 2025-02-22 23:53:43 +01:00
7214ee0af2 refactor: run zig fmt 2025-02-22 21:25:36 +01:00
31f174d631 Merge branch 'master' into zig-0.14 2025-02-20 21:22:59 +01:00
Arian
b223817852 Set php's default LSP to intelephense 2025-02-20 11:14:25 +01:00
8b3a5ac170 refactor: run zig fmt 2025-02-13 12:02:59 +01:00
f3c35545e3 Merge branch 'master' into zig-0.14 2025-02-12 10:50:48 +01:00
28bc77f461 feat: add astro file type support
closes #175
2025-02-12 10:48:02 +01:00
be80b598f3 refactor: run zig fmt 2025-02-05 11:06:57 +01:00
670aa9aede build: update to zig 0.14.0-dev.3039 2025-02-04 22:59:18 +01:00
f81314c11e feat: add .ref to diff file type extensions 2025-02-04 17:09:46 +01:00
01558741e4 feat: add sql file type support 2025-01-25 18:19:33 +01:00
edwloef
942053ff0a add systemverilog lsp and formatter 2025-01-18 17:07:04 +01:00
da812e05d4 fix(config): add gui_config to file_types 2025-01-08 22:25:04 +01:00
ec62f6c7f4 fix: build without tree-sitter 2024-12-20 12:17:58 +01:00
edwloef
1226f47301 add JuliaFormatter as julia formatter 2024-12-16 10:00:52 +01:00
edwloef
bc72330967 add rustfmt as rust formatter 2024-12-16 10:00:52 +01:00
0b0cb14e25 feat: add mail file type support
closes #9
2024-12-12 17:05:50 +01:00
eda5f22464 feat: add descriptive names for file types 2024-12-10 20:10:10 +01:00
5be7cbff20 feat: add xml formatter 2024-12-10 15:26:55 +01:00
2dd75f9ba6 feat: add pyi to python file extensions 2024-12-05 13:36:44 +01:00
GigaGrunch
017c727e1c feat: add odin support
closes #74
2024-12-02 20:32:24 +01:00
78f312e1e5 feat: add cmake support 2024-11-28 16:24:27 +01:00
40e4f73571 feat: add expand/shrink_selection and select_next/prev_sibling commands 2024-11-25 21:55:31 +01:00
3e42e08095 refactor: run zig fmt 2024-11-17 20:47:25 +01:00
9eb5c4c74d fix: add --stdin to gleam format 2024-11-14 17:40:29 +01:00
2345f2f3b1 feat: add gleam formatter 2024-11-14 17:33:01 +01:00
76c493d155 feat: add gleam to file types 2024-11-14 15:38:46 +01:00
3673787e55 feat: add julia support
closes #61
2024-10-31 14:34:44 +01:00
d91691c0a4 fix: remove obsolete and broken syntax.refresh function 2024-10-30 17:53:05 +01:00
e7401e05c9 feat: add syntax.refresh_from_string utility function 2024-10-29 20:42:00 +01:00
812b66f5cb fix: add swiftinterface as a swift file extension 2024-10-28 19:25:29 +01:00
b0b6e4694f feat: add support for the swift language 2024-10-28 18:46:04 +01:00
xdBronch
dcfa5cdf3f feat: add hare to syntax file types 2024-10-21 20:44:45 +02:00
dbdc9a8ce9 feat: add go formatter to file types 2024-10-16 12:37:17 +02:00
d5fcdb1368 feat: add ruby lsp to file type config 2024-10-16 11:53:26 +02:00
b2a2981683 fix: typo in first line match for file type python 2024-10-16 11:31:57 +02:00
71fdb49461 fix: prefer to treat .h files as c++ 2024-10-14 12:37:33 +02:00
0498ae3194 refactor: zig fmt all source files 2024-10-14 12:16:00 +02:00
57dfa2ee9f feat: add command to toggle syntax highlighting (S-F10) 2024-10-12 20:26:40 +02:00
b31fb25478 feat: make --no-syntax just disable syntax highlighting and not language server support 2024-10-12 19:57:47 +02:00