Commit graph

157 commits

Author SHA1 Message Date
05938cb025
fix: update tree-sitter to fix zig-0.15 build 2025-09-25 15:45:08 +02:00
4c0218f805
fix: update tree-sitter to fix missing package paths 2025-09-13 16:28:14 +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
ba7fc81622
fix: update tree-sitter to fix fsharp typo 2025-09-09 22:29:12 +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
d71afb5db8 Merge branch 'master' into zig-0.15.0 2025-07-15 18:41:19 +02:00
eb2ac10d05 fix: bitrot in syntax.FileType.guess_static 2025-07-15 18:35:19 +02:00
3c72f6596a build: update flow-syntax for 0.15.0-dev.1034+bd97b6618 2025-07-15 17:00:06 +02:00
4c42ede5ea Merge branch 'master' into zig-0.15.0 2025-07-15 13:17:43 +02:00
0b0e72afa9 refactor: clean-up std.StaticStringMap naming 2025-07-15 13:17:04 +02:00
33dafaa516 Merge branch 'master' into zig-0.15.0 2025-07-14 21:17:08 +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
6197895864 build: update to zig-0.15.0-dev.936+fc2c1883b
The last pre-writergate version.
2025-07-14 20:56:11 +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
0ac6d60e9b build: pull in tree-sitter update to fix building on windows 2025-06-02 17:14:31 +02:00
2248555772 build: update to zig 0.14.1 2025-05-25 23:21:27 +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
003c407d6c feat: update tree-sitter for uxntal, rpmspec and 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
f7351aadab fix: ts_bin_query_gen should be built for host for cross-compiling 2025-03-24 13:08:01 +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