mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -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)
|
(for_range_loop)
|
||||||
(class_specifier)
|
(class_specifier)
|
||||||
|
(field_declaration
|
||||||
|
type: (enum_specifier)
|
||||||
|
default_value: (initializer_list))
|
||||||
(template_declaration)
|
(template_declaration)
|
||||||
(namespace_definition)
|
(namespace_definition)
|
||||||
(try_statement)
|
(try_statement)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue