Skip to content

TreeSitterBrowserAssets

type TreeSitterBrowserAssets =
    {
        Assets: Asset list
        Languages: (string * string) list
        Problems: (string * string) list
    }
AssemblyNacara.Plugin.Highlight.TreeSitter

What a site emits so a browser can colour code with tree-sitter.

Fields

Assets: Asset list

The runtime, and one grammar per language that could be had.

Languages: (string * string) list

The languages the browser can ask for, each under the name a grammar answers to.

Problems: (string * string) list

The languages that could not be had, and why.