diff options
author | Gammut | 2023-07-09 16:35:32 +0000 |
---|---|---|
committer | GitHub | 2023-07-09 16:35:32 +0000 |
commit | 607b426e269b17f4ad32dca9c612c4a9f8541766 (patch) | |
tree | f9e57fa45041c066bf2ea4ecca692986f66291c1 /runtime/queries/tsx/locals.scm | |
parent | 28452e1f2a63fe4806078da0f854d01506fc0c0c (diff) |
Refactor queries for ecma based languages (#7207)
Diffstat (limited to 'runtime/queries/tsx/locals.scm')
-rw-r--r-- | runtime/queries/tsx/locals.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/tsx/locals.scm b/runtime/queries/tsx/locals.scm new file mode 100644 index 00000000..721c56c7 --- /dev/null +++ b/runtime/queries/tsx/locals.scm @@ -0,0 +1,3 @@ +; See runtime/queries/ecma/README.md for more info. + +; inherits: _jsx,_typescript,ecma |