Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Editor Tooling

FOL now has a dedicated editor-tooling crate:

  • fol-editor

It owns:

  • Tree-sitter assets for syntax/highlighting/query work
  • the language server for compiler-backed editor services
  • build-file affordances for build.fol through the same parse/highlight/symbol and LSP surfaces used for ordinary source files
  • one public editor command surface under fol tool ...

The detailed operational reference now lives in the Tooling section:

Use this page as the overview pointer, not the full reference.