]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/treesit.el: Add commentary.
authorYuan Fu <casouri@gmail.com>
Tue, 18 Oct 2022 20:21:55 +0000 (13:21 -0700)
committerYuan Fu <casouri@gmail.com>
Tue, 18 Oct 2022 20:21:55 +0000 (13:21 -0700)
lisp/treesit.el

index 91ffb1eff15cf08da81b39b34d8c20be2eb0fd44..cc280f5a5e499709f40d75f993ed298729fb6fe5 100644 (file)
 
 ;;; 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: