mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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)
|
name: (identifier) @namespace)
|
||||||
|
|
||||||
(destructor_name
|
(destructor_name
|
||||||
name: (_) @function)
|
(identifier) @method)
|
||||||
|
|
||||||
(function_declarator
|
(function_declarator
|
||||||
declarator: (scoped_identifier
|
declarator: (scoped_identifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue