Commit graph

93 commits

Author SHA1 Message Date
f516cca41b feat: update tree-sitter 2024-09-11 15:51:13 +02:00
Ali Cheraghi
0b566414c9 update to latest zig 2024-09-11 00:57:27 +03:30
bc10ea1fb6 feat: format json with hjson 2024-09-05 22:06:59 +02:00
0b9e4ac97c refactor: change a -> allocator 2024-09-02 14:31:49 +02:00
bd5240d58c fix: update color for typst file_type 2024-08-30 21:07:15 +02:00
302b343905 feat: add typst file type 2024-08-30 20:58:57 +02:00
97b6432e1d feat: update tree-sitter to add typst 2024-08-30 20:58:39 +02:00
5637dc899e refactor: prefer orelse to if(pred) |x| x else y 2024-08-29 13:13:45 +02:00
4818cc15fb build: add the options to build entirely without tree-sitter 2024-08-16 21:59:22 +02:00
4106496d74 feat: add language server for openscad file type
closes #21
2024-08-06 21:50:19 +02:00
fcd12e68ce refactor: re-format file_types.zig 2024-08-06 21:39:09 +02:00
8536e195b4 feat: add elixir file type
closes #24
2024-08-06 21:39:09 +02:00
Eleanor Bartle
d04f9573fa Add OCaml Formatter and LS (#23)
feat: Add OCaml Formatter and Server

I set the "maximally correct" defaults on both.
2024-08-06 12:52:24 +02:00
945a58d712 feat: add ini as a toml file extension
ini files are not technically toml files, but they are close enough to
highlight nicely.
2024-08-01 18:10:36 +02:00
3619572ed8 fix: update tree-sitter and fix syntax.create 2024-07-29 17:32:32 +02:00
ea0b053b73 feat: add refresh_from_buffer function 2024-07-23 22:17:35 +02:00
26b99478af
Update README.md 2024-07-22 17:43:17 +02:00
ee51f48007 fix(shtml): use correct parser name for superhtml 2024-07-22 17:39:23 +02:00
e638368116 feat: add shtml (superhtml) file type 2024-07-22 17:37:36 +02:00
810f4be90e fix(html): update superhtml binary name 2024-07-22 14:33:27 +02:00
d476a9a178 feat: add yaml file type 2024-07-10 21:47:54 +02:00
c9a3933b7f fix: add lsp to haskell-language-server-wrapper command line 2024-07-09 13:30:10 +02:00
7db0a869b0 feat: add support for super-html html lsp and formatter 2024-07-06 00:21:51 +02:00
dee15cdb10 feat: add nimble file type 2024-07-05 23:24:39 +02:00
1d810b8a46 fix: add nim queries 2024-07-05 23:06:06 +02:00
b400cb7255 fix: add kdl queries 2024-07-05 23:05:51 +02:00
c1009a52f2 fix(xml): update xml/dtd query paths 2024-07-05 23:04:33 +02:00
81b2393077 refactor: fix formatting 2024-07-05 22:42:31 +02:00
119eff2fbf feat: add kdl file type 2024-07-05 22:41:57 +02:00
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