TreeSitterLocalsConfiguration constructor
const
TreeSitterLocalsConfiguration({
- required TreeSitterQuery query,
- bool scopeInherits = true,
Implementation
const TreeSitterLocalsConfiguration({
required this.query,
this.scopeInherits = true,
});