From 1ee7c3041ac84b6c6f3f4f5275c417d91727312e Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 18 Oct 2022 13:21:55 -0700 Subject: [PATCH] * lisp/treesit.el: Add commentary. --- lisp/treesit.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 91ffb1eff15..cc280f5a5e4 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -19,8 +19,12 @@ ;;; Commentary: ;; -;; Note to self: we don't create parsers automatically in any provided -;; functions if we don't know what language to use. +;; This file is the lisp counterpart of treesit.c, together they +;; provide tree-sitter integration for Emacs. This file contains +;; convenient functions that are more idiomatic and flexible than the +;; exposed C API of tree-sitter. It also contains frameworks for +;; integrating tree-sitter with font-lock, indent, activate/deactivate +;; tree-sitter, debugging tree-sitter, etc. ;;; Code: -- 2.39.2