On 20/10/2023 13:13, Roman Rudakov wrote:
- install the latest typescript/tsx grammar.
- open a .tsx source file
I'm getting the following error in the *Messages* buffer:
Error during redisplay: (jit-lock-function 1) signaled
(treesit-query-error "Structure error at" 22 "(jsx_opening_element
[(nested_identifier (identifier)) (identifier)]
@typescript-ts-jsx-tag-face) (jsx_closing_element
[(nested_identifier (identifier)) (identifier)]
@typescript-ts-jsx-tag-face) (jsx_self_closing_element
[(nested_identifier (identifier)) (identifier)]
@typescript-ts-jsx-tag-face) (jsx_attribute (property_identifier)
@typescript-ts-jsx-attribute-face)" "Debug the query with
`treesit-query-validate'")
Could you somehow describe which version of the typescript grammar
you're using? Did you just pull and build it today from github's
master? Or is it from a distro, etc.