feat: initial commit

This commit is contained in:
2026-07-09 17:23:56 +02:00
commit 886752812b
6 changed files with 280 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
;; -*- 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")