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.folthrough 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.