feat: initial commit

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