2a74de8f73
Merge branch 'zig-0.14'
2025-09-29 20:58:06 +02:00
9f430faf6c
feat: indicate if any highlights were found in return from highlights_at_point
2025-09-29 20:56:55 +02:00
fa2685056c
Merge branch 'zig-0.14'
2025-09-29 16:40:36 +02:00
c9f6934ec7
fix: simply file gettext file type name
2025-09-29 16:36:05 +02:00
0eb3ebcb80
feat: add perl file type
2025-09-29 16:29:46 +02:00
dcb7b95ead
feat: add hcl file type
2025-09-29 16:25:20 +02:00
beea570be7
feat: add elm file type
2025-09-29 16:09:27 +02:00
73e2396f61
feat: add nickel file type
2025-09-29 16:02:56 +02:00
3c16aebea6
feat: add latex file type
2025-09-29 15:54:39 +02:00
54cebe31e6
feat: add awk file type
2025-09-29 15:48:16 +02:00
68932ba74b
feat: add gettext-po file type
2025-09-29 15:40:34 +02:00
6404532851
Merge branch 'zig-0.14'
2025-09-11 10:43:34 +02:00
c9b46b6b66
feat: use commonlisp tree-sitter parser
2025-09-11 10:36:05 +02:00
69ea05c1d5
refactor: zig fmt
2025-09-11 10:25:40 +02:00
821f5d03cd
feat: add msbuild props file type
2025-09-11 10:25:20 +02:00
a661b63a58
feat: add csproj file type
2025-09-11 10:25:02 +02:00
789f049207
Merge branch 'zig-0.14'
2025-09-11 09:52:16 +02:00
de925265a1
refactor: remove unused odin parser declaration
2025-09-11 09:41:51 +02:00
1a2a76c900
feat: add common lisp file type (with scheme parser for now)
...
Also, move emacs lisp file extension from scheme.
2025-09-11 09:41:10 +02:00
53dee5322a
feat: add F# language support
2025-09-09 20:44:35 +02:00
ed50776aae
Merge branch 'zig-0.14'
2025-08-23 17:20:42 +02:00
bfeb77d62a
refactor: drop language_server and formatter file_type fields
...
These fields are not related to syntax highlighting and there is not much point
maintaining them here in flow-syntax.
2025-08-23 17:18:11 +02:00
2c28091fe5
Merge branch 'zig-0.14'
2025-08-21 10:41:23 +02:00
Loris Cro
81e397b06c
update to Zig 0.15.0
2025-08-20 21:30:15 +02:00
Alex Rønne Petersen
410d19e633
file_types: invoke OmniSharp instead of omnisharp
...
The former is the canonical executable name, and also what Helix uses. Seems reasonable to standardize on that.
2025-08-16 21:26:26 +02:00
b885fc6602
refactor: improve create pattern to avoid leaks
2025-07-19 00:03:30 +02:00
Loris Cro
167a588dee
update to zig 0.15.0-dev.1048+f43f89a70
2025-07-17 11:59:24 +02:00
eb2ac10d05
fix: bitrot in syntax.FileType.guess_static
2025-07-15 18:35:19 +02:00
0b0e72afa9
refactor: clean-up std.StaticStringMap naming
2025-07-15 13:17:04 +02:00
a0cd3e95c8
fix: add parser parameters to prettier formatters
2025-07-14 21:15:02 +02:00
Yappaholic
a547d6ee49
update nix and web-based langs
2025-07-14 21:00:20 +02:00
54069d1301
refactor: store static file types in a StaticStringMap instead of a plain list
2025-07-14 18:02:24 +02:00
6969727e07
refactor: mark static file types as static to differentiate from configured file types
2025-07-14 18:02:23 +02:00
8bb8ebb544
refactor: remove obsolete syntax.file_type member
2025-07-14 18:02:23 +02:00
d200fdd581
feat: update cbor to add support for allocating extraction of arrays
2025-07-14 18:02:22 +02:00
5583ef01b2
feat: add powershell language support
2025-06-24 13:04:06 +02:00
043c1b7115
feat: add hurl language support
2025-06-20 19:25:14 +02:00
61cc66276e
feat: add csharp formatter
2025-06-19 14:17:17 +02:00
739d78c4f0
feat: add rpmspec support
2025-05-14 15:59:01 +02:00
444283cd23
feat: add protobuf support
2025-05-14 15:59:01 +02:00
choc
1e16ac5c69
feat: support uxntal syntax
2025-05-14 15:58:23 +02:00
3bb45d6b3f
feat: add syntax.count_error_nodes function
2025-04-24 18:08:31 +02:00
72a675c9f2
feat: add support for pre-generated tree-sitter error queries
2025-04-24 18:08:12 +02:00
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