tree-sitter-typst icon indicating copy to clipboard operation
tree-sitter-typst copied to clipboard

`py` does not trigger nested Python tree-sitter to work, but `python` does

Open Andrew15-5 opened this issue 1 month ago • 1 comments

This doesn't add Python syntax highlighting:

```py
print()
```

But this does:

```python
print()
```

While both work fine with Markdown tree-sitter.

Checked on Neovim and Helix.

Andrew15-5 avatar May 17 '24 21:05 Andrew15-5