Extension Details

- Liquidsoap
- by Fremen
- 0 Recent Installs | 0 Total Installs
- Liquidsoap language support for Nova — syntax highlighting, completions, and formatting.
- Repository
- Bug Reports
-
Read Files
-
Launch Subprocesses
-
This extension is allowed to:
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+For 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.