Commit graph

36 commits

Author SHA1 Message Date
351412231f
refactor: run zig fmt 2024-11-17 20:47:25 +01:00
29c7fbebc4
fix: add --stdin to gleam format 2024-11-14 17:40:29 +01:00
c903debb4b
feat: add gleam formatter 2024-11-14 17:33:01 +01:00
fd2799c6e3
feat: add gleam to file types 2024-11-14 15:38:46 +01:00
f0769de8e9
feat: update tree-sitter to add gleam support 2024-11-14 15:38:45 +01:00
2ae89a14fd
feat: add julia support
closes #61
2024-10-31 14:34:44 +01:00
da85c40603
fix: remove obsolete and broken syntax.refresh function 2024-10-30 17:53:05 +01:00
7dd0fbf7b4
feat: add syntax.refresh_from_string utility function 2024-10-29 20:42:00 +01:00
d4d8ad4dd5
fix: add swiftinterface as a swift file extension 2024-10-28 19:25:29 +01:00
ddc1c02dbd
feat: add support for the swift language 2024-10-28 18:46:04 +01:00
xdBronch
2f3487fff0
feat: add hare to syntax file types 2024-10-21 20:44:45 +02:00
244962f17b
build: update tree-sitter for new zig parser and hare support 2024-10-21 13:28:05 +02:00
ecc9181894
feat: add go formatter to file types 2024-10-16 12:37:17 +02:00
0222f7558b
feat: add ruby lsp to file type config 2024-10-16 11:53:26 +02:00
cf5f85245e
fix: typo in first line match for file type python 2024-10-16 11:31:57 +02:00
da1ed11a22
fix: prefer to treat .h files as c++ 2024-10-14 12:37:33 +02:00
118b2b56f8
refactor: zig fmt all source files 2024-10-14 12:16:00 +02:00
470967981b
feat: add command to toggle syntax highlighting (S-F10) 2024-10-12 20:26:40 +02:00
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