menu
tree_sitter_dart package
documentation
tree_sitter.dart
TreeSitterHighlightConfiguration
names property
names property
dark_mode
light_mode
names
property
List
<
String
>
get
names
All capture names declared by the concatenated query.
Implementation
List<String> get names => query.captureNames;
tree_sitter_dart package
documentation
tree_sitter
TreeSitterHighlightConfiguration
names property
TreeSitterHighlightConfiguration class