aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 9bab2e090..6405af9c9 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -147,6 +147,7 @@ list.tsx = {
files = { "src/parser.c", "src/scanner.c" },
location = "tree-sitter-tsx/tsx"
},
+ used_by = { "typescript.tsx" },
filetype = 'typescriptreact'
}