mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
languages: Remove duplicate keywords in TSX syntax highlighting (#48196)
Closes #48178 Release Notes: - Fixed issue where certain keywords were incorrectly highlighted in TSX files
This commit is contained in:
parent
30b7762283
commit
477069ef62
1 changed files with 1 additions and 17 deletions
|
|
@ -262,6 +262,7 @@
|
|||
] @operator
|
||||
)
|
||||
|
||||
; Keywords
|
||||
[
|
||||
"abstract"
|
||||
"as"
|
||||
|
|
@ -383,24 +384,7 @@
|
|||
":"
|
||||
]) @punctuation.special)
|
||||
|
||||
; Keywords
|
||||
|
||||
[ "abstract"
|
||||
"declare"
|
||||
"enum"
|
||||
"export"
|
||||
"implements"
|
||||
"interface"
|
||||
"keyof"
|
||||
"module"
|
||||
"namespace"
|
||||
"private"
|
||||
"protected"
|
||||
"public"
|
||||
"type"
|
||||
"readonly"
|
||||
"override"
|
||||
] @keyword
|
||||
|
||||
(jsx_opening_element
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue