• Sign In



  • Categories

    Extension Details



    Readme

    Liquidsoap for Nova

    Liquidsoap language support for Panic's Nova editor, ported from the official vscode-liquidsoap extension maintained by Savonet.

    This extension is not maintained by Savonet.

    Features

    • Syntax highlighting
    • Autocomplete (functions, keywords, types, encoders, preprocessor directives)
    • Syntax validation (unclosed blocks, mismatched brackets, unclosed strings)
    • Code formatting via prettier + liquidsoap-prettier (Opt+Shift+F or on save)
    • Automatic indentation
    • Code folding

    Installation

    The Nova way

    Install this from the Extension library.

    The easy way

    Double-click the extension.

    The hard way

    Symlink the extension bundle into Nova's extensions directory:

    ln -s /path/to/Liquidsoap.novaextension \
      ~/Library/Application\ Support/Nova/Extensions/Liquidsoap.novaextension
    

    Restart Nova. Any .liq file will activate the extension.

    Formatting requires prettier and liquidsoap-prettier — either globally or in your project's node_modules.

    License

    MIT

    Release Notes

    04 APRIL 2026

    Initial commit.