Fuse
Internals & ExtendingExtending

Extending Fuse

Add languages, templates, format reducers, and pattern detectors through the capability model.

Fuse keeps language and format behavior in plugins resolved by file extension, so extending it means adding a capability rather than changing the core pipeline. This section is for contributors. Read Capability and Plugin Model first for the design these guides build on.

Pages

Next

Start with Adding a Language Plugin.

On this page