diff --git a/init.el b/init.el index d8a6375..962398d 100644 --- a/init.el +++ b/init.el @@ -184,6 +184,8 @@ (javascript "https://github.com/tree-sitter/tree-sitter-javascript") (typescript "https://github.com/tree-sitter/tree-sitter-typescript" nil "typescript/src") + (tsx "https://github.com/tree-sitter/tree-sitter-typescript" + nil "tsx/src") (bash "https://github.com/tree-sitter/tree-sitter-bash") (cmake "https://github.com/uyha/tree-sitter-cmake") (blueprint "https://github.com/huanie/tree-sitter-blueprint")