diff options
| -rw-r--r-- | runtime/queries/javascript/locals.scm | 2 | ||||
| -rw-r--r-- | runtime/queries/tsx/locals.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/javascript/locals.scm b/runtime/queries/javascript/locals.scm index 6d6846fc7..f13db46bf 100644 --- a/runtime/queries/javascript/locals.scm +++ b/runtime/queries/javascript/locals.scm @@ -1,4 +1,4 @@ -; inherits: ecma,jsx +; inherits: ecma ; Both properties are matched here. ; diff --git a/runtime/queries/tsx/locals.scm b/runtime/queries/tsx/locals.scm index 07391231c..1b61e36da 100644 --- a/runtime/queries/tsx/locals.scm +++ b/runtime/queries/tsx/locals.scm @@ -1 +1 @@ -; inherits: typescript,jsx +; inherits: typescript |
