]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/treesit.el (treesit-simple-indent-rules): Make buffer-local.
authorYuan Fu <casouri@gmail.com>
Tue, 25 Oct 2022 21:27:23 +0000 (14:27 -0700)
committerYuan Fu <casouri@gmail.com>
Tue, 25 Oct 2022 21:27:43 +0000 (14:27 -0700)
lisp/treesit.el

index 2200b23ce716ea02bf1b0810d3a5aff2b8d4201d..c6b396494b45bba2cc8a6eb2a71bdadc2604f217 100644 (file)
@@ -592,10 +592,7 @@ If LOUDLY is non-nil, message some debugging information."
 (defvar treesit--indent-verbose nil
   "If non-nil, log progress when indenting.")
 
-;; This is not bound locally like we normally do with major-mode
-;; stuff, because for tree-sitter, a buffer could contain more than
-;; one language.
-(defvar treesit-simple-indent-rules nil
+(defvar-local treesit-simple-indent-rules nil
   "A list of indent rule settings.
 Each indent rule setting should be (LANGUAGE . RULES),
 where LANGUAGE is a language symbol, and RULES is a list of