Add abstract classes to typescript outline query (#20377)

Closes #4553

Release Notes:

- Fixed a bug where abstract classes weren't shown correctly in the
outline view when editing Typescript code.
This commit is contained in:
Max Brunsfeld 2024-11-07 12:44:34 -08:00 committed by GitHub
parent 999853fee0
commit f6385221c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -38,6 +38,11 @@
"class" @context
name: (_) @name) @item
(abstract_class_declaration
"abstract" @context
"class" @context
name: (_) @name) @item
(method_definition
[
"get"

View file

@ -38,6 +38,11 @@
"class" @context
name: (_) @name) @item
(abstract_class_declaration
"abstract" @context
"class" @context
name: (_) @name) @item
(method_definition
[
"get"