We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced91ac commit 7b238beCopy full SHA for 7b238be
src/vs/editor/common/languages/highlights/typescript.scm
@@ -61,7 +61,7 @@
61
(function_declaration
62
name: (identifier) @entity.name.function)
63
(method_definition
64
- name: (property_identifier) @entity.name.function)
+ name: (property_identifier) @meta.definition.method @entity.name.function)
65
66
name: (property_identifier) @storage.type
67
(#eq? @storage.type "constructor"))
0 commit comments