uben0 / tree-sitter-typst

Tree Sitter grammar for Typst
MIT License
110 stars 9 forks source link

Dimmed list items in Helix #2

Closed Iorvethe closed 11 months ago

Iorvethe commented 11 months ago

Hi!

Text in list items appears to be miscolored in Helix. Compared to markdown:

Markdown Typst
image image
uben0 commented 11 months ago

Indeed, I know what the problem is. At the time of writting, I didn't know if the scope markup.item was meant for the dash or for the content. In this grammar it applies to whole item's content. I'll change this.

uben0 commented 11 months ago

I believe I fixed. Could you check if it works correctly now?

Iorvethe commented 11 months ago

Great, just tested it, and it works perfectly now. Thanks for your quick reply and fix!