diff options
author | Jacob Chandler | 2022-09-26 23:27:54 +0000 |
---|---|---|
committer | GitHub | 2022-09-26 23:27:54 +0000 |
commit | 90468ad6c592c9a93e30b0809b42552e3b24f1e7 (patch) | |
tree | 1552da8ab77385fbbccaf4c8c934d361cdb16596 /runtime/queries/tsx | |
parent | d2bb7f5a09c8f46fbf963772e8a6d713d86229fe (diff) |
fix: Improve JSX and TSX tag highlighting (#3973)
Diffstat (limited to 'runtime/queries/tsx')
-rw-r--r-- | runtime/queries/tsx/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/tsx/highlights.scm b/runtime/queries/tsx/highlights.scm index 1b61e36d..100c7cc7 100644 --- a/runtime/queries/tsx/highlights.scm +++ b/runtime/queries/tsx/highlights.scm @@ -1 +1 @@ -; inherits: typescript +; inherits: jsx,typescript |