[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 ae0d218d0b: ; * etc/NEWS: Mention treesit-install-language-gram
|
From: |
Yuan Fu |
|
Subject: |
emacs-29 ae0d218d0b: ; * etc/NEWS: Mention treesit-install-language-grammar. |
|
Date: |
Tue, 3 Jan 2023 01:54:54 -0500 (EST) |
branch: emacs-29
commit ae0d218d0b38ae94db44006fc9930ab1d14b345d
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>
; * etc/NEWS: Mention treesit-install-language-grammar.
---
etc/NEWS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/etc/NEWS b/etc/NEWS
index 355ba6ba8a..e679b904a6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -63,6 +63,13 @@ the other shared libraries used by Emacs, or in the
"tree-sitter"
subdirectory of your 'user-emacs-directory', or in a directory
mentioned in the variable 'treesit-extra-load-path'.
+Emacs provides a user command, 'treesit-install-language-grammar',
+that automates the building process. A third-party major mode package
+could instruct its users to set 'treesit-language-source-alist'
+accordingly and use that command to download and compile the language
+grammar. A user could also use that command directly and manually
+guide it through the process.
+
You only need to install language grammar libraries required by the
Emacs modes you will use, as Emacs loads these libraries only when the
corresponding mode is turned on in some buffer for the first time in
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 ae0d218d0b: ; * etc/NEWS: Mention treesit-install-language-grammar.,
Yuan Fu <=