branch: elpa/typst-ts-mode commit 9e95d143e519600ea32c7a546ddb72fc349d17fc Author: huantn <nguyenthieuh...@gmail.com> Commit: huantn <nguyenthieuh...@gmail.com>
release: fix key bindings --- typst-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst-ts-mode.el b/typst-ts-mode.el index d40d65db8e..6a3c6e1514 100644 --- a/typst-ts-mode.el +++ b/typst-ts-mode.el @@ -1,7 +1,7 @@ ;;; typst-ts-mode.el --- Tree Sitter support for Typst -*- lexical-binding: t; -*- ;; Copyright (C) 2023-2025 The typst-ts-mode Project Contributors -;; Version: 0.12.1 +;; Version: 0.12.2 ;; Author: Ziqi Yang <mr.meowk...@anche.no> ;; Maintainer: Ziqi Yang <mr.meowk...@anche.no> ;; Huan Nguyen <nguyenthieuh...@gmail.com>