
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@nowline/lsp
Advanced tools
Nowline language server — powers editor features like error checking, autocomplete, and hovers in VS Code, Cursor, and other editors.
Language Server Protocol implementation for the Nowline DSL. Built on top of
@nowline/core's Langium grammar, validator, and AST. The
@nowline/vscode-extension bundles this server; other
LSP-capable editors (Neovim, JetBrains, Helix, Emacs, …) can spawn the bundled
nowline-lsp binary directly.
@nowline/core's validator surfaces in
the editor in real time.after:audit-log, owner:sam, depends:[…],
on:…, before:…, etc. to the entity that owns the id.roadmap → swimlane → item
(with parallel / group nesting).after: / before: / owner: /
on: / depends:[] plus value completion for status:. Keyword and
property-key completion comes from Langium's default provider.The server is single-file scoped in m3 — cross-file references through
include are intentionally not resolved by the LSP. Diagnostics and navigation
operate on the document the user is editing.
The package ships a nowline-lsp binary. Editors connect over stdio:
npx nowline-lsp
Programmatic embedding (e.g. inside a VS Code extension):
import { startNowlineServer } from '@nowline/lsp/server';
startNowlineServer();
For headless / in-memory usage (tests, MCP, …) use createNowlineLspServices
with an EmptyFileSystem.
FAQs
Nowline language server — powers editor features like error checking, autocomplete, and hovers in VS Code, Cursor, and other editors.
We found that @nowline/lsp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.