TreeSitterHtmlHighlight constructor

const TreeSitterHtmlHighlight(
  1. int startUtf16,
  2. int endUtf16,
  3. String scope, {
  4. int priority = 0,
  5. int order = 0,
})

Implementation

const TreeSitterHtmlHighlight(
  this.startUtf16,
  this.endUtf16,
  this.scope, {
  this.priority = 0,
  this.order = 0,
});