TreeSitterScmHighlightQueryCompiler constructor

const TreeSitterScmHighlightQueryCompiler({
  1. Map<String, List<String>> supertypeRelations = const {},
})

Implementation

const TreeSitterScmHighlightQueryCompiler({
  this.supertypeRelations = const {},
});