emacs-tree-sitter / tree-sitter-langs

Language bundle for Emacs's tree-sitter package
https://emacs-tree-sitter.github.io/languages/
MIT License
255 stars 131 forks source link

Template literals not recognized in TSX files #11

Open ckruse opened 3 years ago

ckruse commented 3 years ago

Hi,

seems like treesitter does not recognize template literals in .tsx files (typescript-mode enabled):

Bildschirmfoto 2021-05-12 um 09 42 24

Am I doing something wrong or is this a bug?

Best regards, CK

shackra commented 3 years ago

I experienced this on large TSX files too, it is probably a bug

unrelated: @ubolonton can I have permissions on this repository too to help you with tagging of reports and such?

braineo commented 2 years ago

Shall we bump the version of typescript submodule?

since this issue https://github.com/tree-sitter/tree-sitter-typescript/issues/136 is closed by https://github.com/tree-sitter/tree-sitter-typescript/pull/138

zhenwenc commented 2 years ago

Any update on this issue? Thanks!