Skip to content

Commit 7b238be

Browse files
authored
Missed a spot with highlighting member methods (microsoft#229836)
Fixes microsoft#229557
1 parent ced91ac commit 7b238be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/common/languages/highlights/typescript.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
(function_declaration
6262
name: (identifier) @entity.name.function)
6363
(method_definition
64-
name: (property_identifier) @entity.name.function)
64+
name: (property_identifier) @meta.definition.method @entity.name.function)
6565
(method_definition
6666
name: (property_identifier) @storage.type
6767
(#eq? @storage.type "constructor"))

0 commit comments

Comments
 (0)