aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/typescript/highlights.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/typescript/highlights.scm b/queries/typescript/highlights.scm
index 6d0d0f12e..2fb13d800 100644
--- a/queries/typescript/highlights.scm
+++ b/queries/typescript/highlights.scm
@@ -193,6 +193,9 @@
(method_signature
name: (_) @function.method)
+(abstract_method_signature
+ name: (property_identifier) @function.method)
+
; property signatures
(property_signature
name: (property_identifier) @function.method