Skip to content

Commit

Permalink
Reorder inheritance in tsx to match that of jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuphgammut committed Jun 19, 2023
1 parent 278c8d2 commit 62020e3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion runtime/queries/tsx/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
; them here or consider adding them to any of the inherited languages listed
; below.

; inherits: _typescript,_jsx,ecma
; inherits: _jsx,_typescript,ecma
2 changes: 1 addition & 1 deletion runtime/queries/tsx/indents.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
; them here or consider adding them to any of the inherited languages listed
; below.

; inherits: _typescript,_jsx,ecma
; inherits: _jsx,_typescript,ecma
2 changes: 1 addition & 1 deletion runtime/queries/tsx/injections.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
; them here or consider adding them to any of the inherited languages listed
; below.

; inherits: _typescript,_jsx,ecma
; inherits: _jsx,_typescript,ecma
2 changes: 1 addition & 1 deletion runtime/queries/tsx/locals.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
; them here or consider adding them to any of the inherited languages listed
; below.

; inherits: _typescript,_jsx,ecma
; inherits: _jsx,_typescript,ecma
2 changes: 1 addition & 1 deletion runtime/queries/tsx/tags.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
; them here or consider adding them to any of the inherited languages listed
; below.

; inherits: _typescript,_jsx,ecma
; inherits: _jsx,_typescript,ecma
2 changes: 1 addition & 1 deletion runtime/queries/tsx/textobjects.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
; them here or consider adding them to any of the inherited languages listed
; below.

; inherits: _typescript,_jsx,ecma
; inherits: _jsx,_typescript,ecma

0 comments on commit 62020e3

Please sign in to comment.