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:
@@ -38,6 +38,11 @@
|
||||
"class" @context
|
||||
name: (_) @name) @item
|
||||
|
||||
(abstract_class_declaration
|
||||
"abstract" @context
|
||||
"class" @context
|
||||
name: (_) @name) @item
|
||||
|
||||
(method_definition
|
||||
[
|
||||
"get"
|
||||
|
||||
@@ -38,6 +38,11 @@
|
||||
"class" @context
|
||||
name: (_) @name) @item
|
||||
|
||||
(abstract_class_declaration
|
||||
"abstract" @context
|
||||
"class" @context
|
||||
name: (_) @name) @item
|
||||
|
||||
(method_definition
|
||||
[
|
||||
"get"
|
||||
|
||||
Reference in New Issue
Block a user