-
### IMPORTANT: Some issues have already been fixed!
If you’re still on the regular 1.113 release, you might be suffering from a problem that has already been fixed. Many fixes landed on `master` in…
-
I have a tree-sitter grammar for a language https://github.com/rems-project/tree-sitter-core
How can I use it? Apparently,, copying the wasm file is not enough. Do I need to copy files generated un…
-
### Description
`/* */` style comments should not be reformatted. They have additional use cases such as tree-sitter picking up the the syntax to highlight before scripts inside multiline strings.
…
-
Somewhat minimal example:
```perl
use strict;
use warnings;
use Cond::Expr qw( cond );
use Moo;
has _foo => (
is => 'ro',
isa => 'Str',
);
has _bar => (
is => 'ro',…
-
In 42ab95d5e11f247c6f0c8f5181b02e816caa4a4f, the old `TS*` highlight groups were removed. However, instead of updating the documentation to use the newer `@*` highlight groups, the docs were also remo…
-
### Check for existing issues
- [X] Completed
### Language
Racket
### Tree Sitter parser link
https://github.com/6cdh/tree-sitter-racket
### Language server link
https://github.co…
ghost updated
3 months ago
-
### Describe the bug
The highlighting queries set the `url` metadata field. Urls in markdown can be enclosed in `` so they can contain whitespace ([reference in current CommonMark spec](https://spec.…
-
I discussed this briefly with @darrenburns on Discord: Textual currently uses tree-sitter 0.20.4, and it would be nice to upgrade it, notably for the `matches` method, that returns a dict of matches, …
-
They should be highlighted as keywords when used as keywords.
However, it looks like `var` and `dynamic` (which are [contextual keywords](https://docs.microsoft.com/en-us/dotnet/csharp/language-ref…
-
### Have you checked for existing feature requests?
- [X] Completed
### Summary
[This recent comment](https://github.com/pulsar-edit/pulsar/issues/878#issuecomment-2232937903) reminds me of the pai…