feat(typescript): highlight abstract methods

This commit is contained in:
Omar Valdez 2025-02-26 23:06:19 -08:00 committed by Christian Clason
parent a83032cee1
commit 00e797ea25

View file

@ -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