mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
folds(cpp): highlight scoped enums
This commit is contained in:
parent
6b31df7852
commit
d779ee79f0
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
[
|
||||
(for_range_loop)
|
||||
(class_specifier)
|
||||
(field_declaration
|
||||
type: (enum_specifier)
|
||||
default_value: (initializer_list))
|
||||
(template_declaration)
|
||||
(namespace_definition)
|
||||
(try_statement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue