;; -*- 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")