Files
lsp-typst/Eask
T
2026-07-09 20:45:16 +02:00

22 lines
482 B
Plaintext

;; -*- mode: eask; lexical-binding: t -*-
(package "lsp-typst"
"1.0.0"
"LSP support for Typst with lsp-mode")
(website-url "https://labs.phundrak.com/phundrak/lsp-typst")
(keywords "typst" "lsp" "tools")
(package-file "lsp-typst.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(source "nongnu")
(source "melpa")
(depends-on "emacs" "30.1")
(depends-on "f" "0.20")
(depends-on "lsp-mode" "10.0")
(depends-on "typst-ts-mode")