Provides syntax highlighting for TypeBox and TypeDriver Script definitions.
Licence MIT
Matching
Syntax highlighting will match for the following functions
const A = Type.Script(`{ x: number }`)
const B = t.Script(`{ x: number }`)
const C = Script(`{ x: number }`)
const D = compile(`{ x: number }`)
const E = type(`{ x: number }`)
const F = t(`{ x: number }`)
const G = s(`{ x: number }`)
const H = x(`{ x: number }`)
const I = y(`{ x: number }`)
const J = z(`{ x: number }`)
Install
Search for TypeBox Script in the VS Code Extensions panel, or install via the command line:
TypeBox Script is open to community contribution. Please ensure you submit an issue before submitting a pull request. The TypeBox project prefers open community discussion before accepting new features.