Commit graph

7 commits

Author SHA1 Message Date
Riley Bruins
99b10a6cc1 feat: partial support for capture name validation
Currently not support by the `check` subcommand, nor autocompletions or
hover.
2025-04-20 15:33:23 -07:00
Riley Bruins
974f9e9851 feat: generate schema for config file 2025-04-19 22:52:00 -07:00
Riley Bruins
eabd927f40
ci: remove unnecessary build check (#13)
Tests check build failures anyway.
2024-12-02 00:39:41 -08:00
Will Lillis
cccb4e0f3f
test: add tests (#11)
Adds tests for most LSP handler methods. Not all are tested, and not all code paths are tested either (e.g. utility functions, shared object language loading, etc.) but the suite is pretty comprehensive other than that. They are about as E2E as possible without mocking an entire LSP client.

Co-authored-by: Riley Bruins <ribru17@hotmail.com>
2024-12-01 20:53:57 -08:00
Riley Bruins
d4f86d04ed
ci: add lint, build tests (#10) 2024-11-22 08:49:28 -08:00
Omar Valdez
b92ee39ad0
ci: include LICENSE in release artifacts (#6) 2024-11-21 08:24:36 -08:00
Riley Bruins
15ecb4189e ci: workflow to upload release artifacts 2024-11-10 21:47:02 -08:00