Commit graph

18 commits

Author SHA1 Message Date
f4dd30b1c2
feat: make --no-syntax just disable syntax highlighting and not language server support 2024-10-12 19:57:47 +02:00
095293993b
Merge flow-syntax subtree 2024-09-22 14:23:38 +02:00
2b4f5d0af0
feat: add vimscript support 2024-09-11 16:03:33 +02:00
7a46ce585b
fix: make cpp highlights inherit from c highlights
closes #42
2024-09-11 15:51:40 +02:00
b4d8cf6b3d
feat: update tree-sitter 2024-09-11 15:51:13 +02:00
9cff9717c0
feat: format json with hjson 2024-09-05 22:06:59 +02:00
7b812d73ea
refactor: change a -> allocator 2024-09-02 14:31:49 +02:00
a1ba46cba8
fix: update color for typst file_type 2024-08-30 21:07:15 +02:00
e79f10d59f
feat: add typst file type 2024-08-30 20:58:57 +02:00
8c1f1b806b
feat: update tree-sitter to add typst 2024-08-30 20:58:39 +02:00
c01576412a
refactor: prefer orelse to if(pred) |x| x else y 2024-08-29 13:13:45 +02:00
3de13b1354 build: add the options to build entirely without tree-sitter 2024-08-16 21:59:22 +02:00
2580d7efc9 feat: add language server for openscad file type
closes #21
2024-08-06 21:50:19 +02:00
d28973b054 refactor: re-format file_types.zig 2024-08-06 21:39:09 +02:00
eed1347bd2 feat: add elixir file type
closes #24
2024-08-06 21:39:09 +02:00
Eleanor Bartle
a9a11cd6a2
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
83322ab2d9 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
eecf3051ee Merge commit 'f94c5679941724f13f4a0e9a90ab8be37f809862' as 'src/syntax' 2024-07-31 08:50:30 +02:00