folds(cpp): highlight scoped enums

This commit is contained in:
Stephan Seitz 2021-07-02 18:51:43 +02:00 committed by Thomas Vigouroux
parent 6b31df7852
commit d779ee79f0

View file

@ -3,6 +3,9 @@
[
(for_range_loop)
(class_specifier)
(field_declaration
type: (enum_specifier)
default_value: (initializer_list))
(template_declaration)
(namespace_definition)
(try_statement)