Skip to content

Repository files navigation

Forester LSP

Language Server Protocol server for the Forester behavior tree language.

Requirements

  • Java 17+

Build

.\gradlew.bat build

Run

Stdio mode (for editor integration):

.\gradlew.bat run

Socket mode:

.\gradlew.bat run --args="--socket --port 5007"

Editor integrations

See editors/:

Features

  • Full-text document synchronization
  • Syntax highlighting via LSP semantic tokens (textDocument/semanticTokens/full)
  • Completion provider (stub)
  • ANTLR4-based parsing for .tree files

License

BSD 3-Clause

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages