1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00
emacs/lisp/progmodes
Juri Linkov 76f422da26 Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'.
* lisp/treesit.el (treesit-sexp-thing): New variable to use
instead of 'treesit-sexp-type-regexp'.
(treesit-sexp-thing-down-list): Rename from 'treesit-sexp-type-down-list'.
(treesit-sexp-thing-up-list): Rename from 'treesit-sexp-type-up-list'.
(treesit-forward-sexp, treesit--forward-list-with-default)
(treesit-down-list, treesit-up-list): Update references to the
above variables.
(treesit-cycle-sexp-thing): Rename from 'treesit-cycle-sexp-type'.

* lisp/progmodes/elixir-ts-mode.el (elixir-ts-mode): Update same variables.

* lisp/progmodes/heex-ts-mode.el (heex-ts-mode): Set these variables
instead of calling the function that sets them.

* lisp/progmodes/python.el (python-ts-mode): Check if variables
'treesit-sentence-type-regexp' and 'treesit-sexp-type-regexp' are bound.

https://lists.gnu.org/archive/html/emacs-devel/2025-06/msg00182.html
2025-06-12 20:22:42 +03:00
..
antlr-mode.el Prefer decf to cl-decf 2025-02-23 00:38:22 +01:00
asm-mode.el
autoconf.el
bat-mode.el
bug-reference.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
c-ts-common.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
c-ts-mode.el * lisp/progmodes/c-ts-mode.el (c-ts-mode-menu): Add 'bound-and-true-p'. 2025-06-09 09:40:12 +03:00
cc-align.el Fix typo in bug#19867 correction (CC Mode indentation bugs) 2025-04-30 18:51:37 +00:00
cc-awk.el Amend CC Mode so that the test suite in XEmacs runs error free 2025-06-11 13:43:50 +00:00
cc-bytecomp.el
cc-cmds.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
cc-defs.el Amend CC Mode so that the test suite in XEmacs runs error free 2025-06-11 13:43:50 +00:00
cc-engine.el Amend CC Mode so that the test suite in XEmacs runs error free 2025-06-11 13:43:50 +00:00
cc-fonts.el Amend CC Mode so that the test suite in XEmacs runs error free 2025-06-11 13:43:50 +00:00
cc-guess.el
cc-langs.el Amend CC Mode so that the test suite in XEmacs runs error free 2025-06-11 13:43:50 +00:00
cc-menus.el
cc-mode.el Amend CC Mode so that the test suite in XEmacs runs error free 2025-06-11 13:43:50 +00:00
cc-styles.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cc-vars.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cfengine.el Recommend using 'keymap-global-set' in Commentaries 2025-03-15 04:06:31 +01:00
cl-font-lock.el
cmacexp.el
cmake-ts-mode.el Lock tree-sitter language grammars to verified versions. 2025-04-18 19:22:50 +03:00
compile.el Support Rust compiler messages in compile mode (bug#70794). 2025-05-22 11:53:34 +02:00
cperl-mode.el cperl-mode-map: Don't bind C-j 2025-04-30 17:28:22 +08:00
cpp.el
csharp-mode.el Fix compilation-mode matches for csharp-mode (bug#78128) 2025-05-01 00:54:33 -07:00
cwarn.el
dcl-mode.el
dockerfile-ts-mode.el Lock tree-sitter language grammars to verified versions. 2025-04-18 19:22:50 +03:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el Recommend using 'keymap-global-set' in Commentaries 2025-03-15 04:06:31 +01:00
ebrowse.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
eglot.el Merge from origin/emacs-30 2025-05-24 06:55:24 -04:00
elisp-mode.el Fix the match data in elisp-outline-search. 2025-04-30 20:34:52 +03:00
elixir-ts-mode.el Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'. 2025-06-12 20:22:42 +03:00
erts-mode.el
etags-regen.el Use defvar-keymap for some trivial keymaps 2025-03-16 13:48:11 +01:00
etags.el Fix exact matching of Ada tags by 'M-.' 2025-05-27 13:50:12 +03:00
executable.el
f90.el
flymake-cc.el
flymake-proc.el Use replace-region-contents to replace insert+delete 2025-03-29 17:49:49 -04:00
flymake.el Add additional keybindings for flymake diagnostics modes 2025-05-31 17:23:08 +03:00
fortran.el
gdb-mi.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
glasses.el
go-ts-mode.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
grep.el Merge from origin/emacs-30 2025-05-24 06:55:24 -04:00
gud.el Add "forward history" support for some debuggers 2025-04-26 16:21:21 +03:00
heex-ts-mode.el Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'. 2025-06-12 20:22:42 +03:00
hideif.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
hideshow.el lisp/progmodes/hideshow.el (hs--get-ellipsis): Simplify 2025-05-19 18:33:39 -04:00
icon.el
inf-lisp.el
java-ts-mode.el Lock tree-sitter language grammars to verified versions. 2025-04-18 19:22:50 +03:00
js.el Restore c-ts-common-comment-setup in js-ts-mode and typescript-ts-mode. 2025-06-03 18:41:01 +03:00
json-ts-mode.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
ld-script.el
lua-ts-mode.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
m4-mode.el
make-mode.el (makefile-dependency-regex): Fix bug#76759 2025-03-09 22:07:39 -04:00
meta-mode.el
mixal-mode.el
modula2.el
octave.el Use defvar-keymap for some trivial keymaps 2025-03-16 13:48:11 +01:00
opascal.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
pascal.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
peg.el PEG: Fix bug#76555 2025-03-27 08:59:32 -04:00
perl-mode.el perl-mode.el: Avoid obsolete font-lock face vars 2025-04-04 23:53:10 -04:00
php-ts-mode.el Avoid duplication in defining tree-sitter grammar sources. 2025-05-04 20:50:40 +03:00
prog-mode.el Add tree-sitter version of prog-fill-reindent-defun (bug#78703) 2025-06-09 22:55:09 -07:00
project.el project-switch-to-buffer: Don't disambiguate too much 2025-06-06 05:41:26 +03:00
prolog.el
ps-mode.el
python.el Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'. 2025-06-12 20:22:42 +03:00
ruby-mode.el Fix ruby lint output regexps 2025-04-28 03:05:41 +03:00
ruby-ts-mode.el Improve elixir-ts--thing-settings. 2025-05-01 21:03:34 +03:00
rust-ts-mode.el Fix all issues for the case when tree-sitter is disabled. 2025-04-22 19:32:36 +03:00
scheme.el
sh-script.el Better command subst fontification in bash-ts-mode (bug#78567) 2025-06-04 00:11:01 -07:00
simula.el
sql.el MariaDB and Mysql handle escaped aphostrophes in the same way 2025-03-20 14:47:18 +02:00
subword.el Make define-global-minor-mode alias obsolete 2025-02-26 06:37:52 +01:00
tcl.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
typescript-ts-mode.el ; Fix recent changes in typescript-ts-mode.el 2025-06-03 22:44:13 -07:00
vera-mode.el
verilog-mode.el
vhdl-mode.el
which-func.el Use defvar-keymap in which-func.el 2025-03-15 04:06:31 +01:00
xref.el New top-level buffer-local value functions 2025-05-15 13:40:04 +01:00
xscheme.el