build abstract method

TextSyntaxBuildResult<State> build(
  1. String text, {
  2. TextDocument? document,
  3. String? language,
  4. TextSyntaxSnapshot<State>? previous,
  5. TextDocumentChange? change,
})

Implementation

TextSyntaxBuildResult<State> build(
  String text, {
  TextDocument? document,
  String? language,
  TextSyntaxSnapshot<State>? previous,
  TextDocumentChange? change,
});