Commit graph

64 commits

Author SHA1 Message Date
e937ff27ee feat: add nim file type 2024-07-05 22:41:36 +02:00
ec16f80548 feat: add bash formatter (shfmt) 2024-07-02 12:18:52 +02:00
10a9a8598b build: update to latest zig master 2024-06-04 22:18:07 +02:00
7fc4e01276 build: update tree-sitter for zig-0.13 2024-05-24 23:09:09 +02:00
Martin Ashby
a456f138f4 Update build.zig for breaking change in latest zig master
https://github.com/ziglang/zig/pull/19597
2024-05-24 22:36:00 +02:00
9ed377279e fix: use a better C language icon 2024-05-16 22:31:26 +02:00
ca031a213e fix: bash-language-server should be called with start command 2024-04-19 22:03:40 +02:00
36acb827c3 build: update to zig 0.12.0-dev.3659+1e5075f81 2024-04-16 23:20:48 +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
e315c10d63 feat: update ziggy and add ziggy-schema 2024-03-11 17:34:03 +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
3837a01ec5
Initial commit 2024-03-06 19:29:57 +01:00