branch: externals/indent-bars commit 1f575f2404ddc288980d58332708581f37755f22 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Remove unused ts--scope-query --- indent-bars-ts.el | 1 - 1 file changed, 1 deletion(-) diff --git a/indent-bars-ts.el b/indent-bars-ts.el index 1a71357513..ad707be427 100644 --- a/indent-bars-ts.el +++ b/indent-bars-ts.el @@ -111,7 +111,6 @@ Has effect only if `indent-bars-treesit-scope' is non-nil." ;;;; Node Utilities (defvar-local indent-bars-ts--parser nil) (defvar-local indent-bars-ts--wrap-query nil) -(defvar-local indent-bars-ts--scope-query nil) (defvar-local indent-bars-ts--string-query nil) (defsubst indent-bars-ts--node-spans-p (node start end)