TreeSitterLocalsConfiguration constructor

const TreeSitterLocalsConfiguration({
  1. required TreeSitterQuery query,
  2. bool scopeInherits = true,
})

Implementation

const TreeSitterLocalsConfiguration({
  required this.query,
  this.scopeInherits = true,
});