mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Add :version tag for new tree-sitter custom options
* lisp/progmodes/python.el (python-use-tree-sitter): Add version tag. * lisp/treesit.el (treesit): (treesit-max-buffer-size): Add version tag.
This commit is contained in:
parent
bb8376145a
commit
aaaa4ca77e
2 changed files with 7 additions and 4 deletions
|
|
@ -290,7 +290,8 @@
|
|||
"If non-nil, `python-mode' tries to use tree-sitter.
|
||||
Currently `python-mode' uses tree-sitter for font-locking, imenu,
|
||||
and movement functions."
|
||||
:type 'boolean)
|
||||
:type 'boolean
|
||||
:version "29.1")
|
||||
|
||||
(defcustom python-interpreter "python"
|
||||
"Python interpreter for noninteractive use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue