mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -04:00
feat(typescript): highlight abstract methods
This commit is contained in:
parent
a83032cee1
commit
00e797ea25
1 changed files with 3 additions and 0 deletions
|
|
@ -193,6 +193,9 @@
|
||||||
(method_signature
|
(method_signature
|
||||||
name: (_) @function.method)
|
name: (_) @function.method)
|
||||||
|
|
||||||
|
(abstract_method_signature
|
||||||
|
name: (property_identifier) @function.method)
|
||||||
|
|
||||||
; property signatures
|
; property signatures
|
||||||
(property_signature
|
(property_signature
|
||||||
name: (property_identifier) @function.method
|
name: (property_identifier) @function.method
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue