[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/tree-sitter a5a047a07f 1/2: ; * lisp/treesit.el (treesit-font-lo
From: |
Robert Pluim |
Subject: |
feature/tree-sitter a5a047a07f 1/2: ; * lisp/treesit.el (treesit-font-lock-rules): Improve docstring |
Date: |
Thu, 10 Nov 2022 06:49:11 -0500 (EST) |
branch: feature/tree-sitter
commit a5a047a07f2d4f98fc67b40eb1f1a1d711905381
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
; * lisp/treesit.el (treesit-font-lock-rules): Improve docstring
---
lisp/treesit.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/treesit.el b/lisp/treesit.el
index 4e3a691e69..1c61b1efeb 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -587,8 +587,8 @@ to QUERY. For example,
\"(script_element) @font-lock-builtin-face\")
For each QUERY, a :language keyword and a :feature keyword is
-required. Each query's :feature is a symbol summarizing what does
-the query fontify. It is used to allow users to enable/disable
+required. Each query's :feature is a symbol summarizing what the
+query fontifies. It is used to allow users to enable/disable
certain features. See `treesit-font-lock-kind-list' for more.
Other keywords include: