AtlatestRepositorysigil-lsp
1
;;; sigil-lsp - Language Server Protocol implementation for Sigil2
;;;3
;;; Provides diagnostics, hover, completion, go-to-definition,4
;;; formatting, and code actions for Sigil source, exposed over5
;;; LSP 3.17 / JSON-RPC 2.0 on stdio.7
(package8
name: "sigil-lsp"9
version: "0.16.1"10
sigil: "^0.17"11
description: "Language Server Protocol implementation for Sigil"12
url: "https://codeberg.org/sigil/sigil-lsp"13
license: "BSD-3-Clause"14
authors: (list "David Wilson <[email protected]>")16
dependencies: (list17
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16.0")18
(from-git url: "codeberg:sigil/sigil-log" version: "^0.16.0")19
(from-git url: "codeberg:sigil/sigil-args" version: "^0.16.0")20
(from-git url: "codeberg:sigil/sigil-format" version: "^0.16.0")21
(from-git url: "codeberg:sigil/sigil-docs" version: "^0.16.0")))