emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/tree-sitter 1ee7c3041a 2/3: * lisp/treesit.el: Add commentary.


From: Yuan Fu
Subject: feature/tree-sitter 1ee7c3041a 2/3: * lisp/treesit.el: Add commentary.
Date: Tue, 18 Oct 2022 16:33:44 -0400 (EDT)

branch: feature/tree-sitter
commit 1ee7c3041ac84b6c6f3f4f5275c417d91727312e
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    * 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 91ffb1eff1..cc280f5a5e 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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]