From 83d40e3713c3c314cbe9d65616d44b2c78c6714c Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 25 Dec 2024 22:05:40 -0800 Subject: [PATCH] Fix TypeScript tree-sitter --- init.el | 2 ++ 1 file changed, 2 insertions(+) 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")