mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
C++ highlights: Fix destructor highlighting
Field is not "name"
This commit is contained in:
parent
255be0ff7b
commit
00ea65199e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
name: (identifier) @namespace)
|
||||
|
||||
(destructor_name
|
||||
name: (_) @function)
|
||||
(identifier) @method)
|
||||
|
||||
(function_declarator
|
||||
declarator: (scoped_identifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue