aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/tsx
diff options
context:
space:
mode:
authorAlexey Svirshchevskiy <svirshchevskiy@gmail.com>2025-11-05 05:07:27 +0100
committerGitHub <noreply@github.com>2025-11-04 20:07:27 -0800
commit896e92a7f63c31d3d8f1df402b9824add8886a58 (patch)
tree86c20c8cfeaf5f226213240732ffdddaafc025b9 /runtime/queries/tsx
parentfeat(ecma): variable definition from object destructure (#8233) (diff)
downloadnvim-treesitter-896e92a7f63c31d3d8f1df402b9824add8886a58.tar
nvim-treesitter-896e92a7f63c31d3d8f1df402b9824add8886a58.tar.gz
nvim-treesitter-896e92a7f63c31d3d8f1df402b9824add8886a58.tar.bz2
nvim-treesitter-896e92a7f63c31d3d8f1df402b9824add8886a58.tar.lz
nvim-treesitter-896e92a7f63c31d3d8f1df402b9824add8886a58.tar.xz
nvim-treesitter-896e92a7f63c31d3d8f1df402b9824add8886a58.tar.zst
nvim-treesitter-896e92a7f63c31d3d8f1df402b9824add8886a58.zip
fix(typescript): support type param for styled components (#8066)
Diffstat (limited to 'runtime/queries/tsx')
-rw-r--r--runtime/queries/tsx/injections.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/tsx/injections.scm b/runtime/queries/tsx/injections.scm
index b6d9b28bf..07391231c 100644
--- a/runtime/queries/tsx/injections.scm
+++ b/runtime/queries/tsx/injections.scm
@@ -1 +1 @@
-; inherits: ecma,jsx
+; inherits: typescript,jsx