mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
name: (_) @function.method)
|
||||
|
||||
(abstract_method_signature
|
||||
name: (property_identifier) @function.method)
|
||||
|
||||
; property signatures
|
||||
(property_signature
|
||||
name: (property_identifier) @function.method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue