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 |
|
|
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 |
|
|
72a675c9f2
|
feat: add support for pre-generated tree-sitter error queries
|
2025-04-24 18:08:12 +02:00 |
|
|
44bbf996bd
|
feat: use binary tree-sitter queries created at compile time
|
2025-03-24 12:13:18 +01:00 |
|
|
670aa9aede
|
build: update to zig 0.14.0-dev.3039
|
2025-02-04 22:59:18 +01:00 |
|
|
eda5f22464
|
feat: add descriptive names for file types
|
2024-12-10 20:10:10 +01:00 |
|
|
3aa9e32159
|
fix: make cpp highlights inherit from c highlights
closes #42
|
2024-09-11 15:51:40 +02:00 |
|
|
4818cc15fb
|
build: add the options to build entirely without tree-sitter
|
2024-08-16 21:59:22 +02:00 |
|
|
9f60a6d13b
|
feat: add language servers
|
2024-04-05 19:14:43 +02:00 |
|
|
106039c3ae
|
fix: do not take the address of a comptime variable
Taking the address of a comptime variable is illegal and will soon lead to a
compile error in zig nightly. Taking the address of a const is ok.
|
2024-03-26 21:03:01 +01:00 |
|
|
2de8ec65a2
|
refactor: simplify file type declartions and add formatters
|
2024-03-11 17:32:41 +01:00 |
|
|
e58df221cc
|
build: migrate syntax module from flow repository
|
2024-03-06 19:42:56 +01:00 |
|