Skip to content

Postern 0.1.7

Choose a tag to compare

@github-actions github-actions released this 16 Sep 23:50
· 68 commits to main since this release

Postern 0.1.7

  • The server advertises its commands, which Zed and Neovim require before they will run a code
    action's command, and finds trust hints in the requested range itself instead of relying on
    the diagnostics a client sends back.
  • A tree-sitter grammar, tree-sitter-postgresql-conf,
    with editor packages that use it: the Neovim plugin registers it for :TSInstall and ships
    queries, editors/helix has a languages.toml entry and queries, and editors/zed is an
    extension that also fetches the server from the latest release.