frozolotl / tree-sitter-typst

A tree-sitter grammar for the typst typesetting language with a focus on correctness
European Union Public License 1.2
76 stars 3 forks source link

wrong highlighting of bold text #9

Open alxsimon opened 1 year ago

alxsimon commented 1 year ago

Not sure this is the write place to report this.

I'm using this tree-sitter in helix

When having something like this

#import "template.typ": *

#show: project.with(
  title: "",
  authors: (
    "",
  ),
  date: datetime.today().display(),
)

*bold*

all the text between the first * on the first line and the second one before bold is highlighted in orange, instead of the bold text.