Matt Massicotte

Results 77 issues of Matt Massicotte

Per https://github.com/ChimeHQ/SwiftLSPClient/pull/30, there's interest in having a purely synchronous API.

After a little digging, I've discovered that the following document will produce a diagnostic with a position that is 1 character past the end of the last line. Something with...

Almost of these were length calculations, which as discussed, aren't of concern. With this, all of the warnings I see are fixed. There was one use of the `unsigned` type....

Was just checking out the injection definitions, and noticed a typo in a capture name!

This adds Swift bindings. Unfortunately, due to the two parsers and some limitations with Swift's build system, I had put some files within each parser's directory. This keeps the user's...

I'm not 100% sure what the issue is, but something in CI is unhappy with the submodule I added to get access to the swift parser. @fjtrujy can I enlist...

In general, swift's highlights.scm is really expensive for the tree-sitter runtime to validate. It takes *many seconds* with compiler optimizations off. In comparison, Go's highlights, which are comparable in complexity,...

This adds a Makefile and bindings to more easily build static/dynamic libraries for use in C-based languages. The implementation is intended to be as generic as possible, to make for...

This adds a Makefile and bindings to more easily build static/dynamic libraries for use in C-based languages. The implementation is intended to be as generic as possible, to make for...

This change adds a Makefile and bindings to more easily build static/dynamic libraries for use in C-based languages. The implementation is intended to be as generic as possible, to make...