diff options
author | Juri Linkov <juri@linkov.net> | 2025-02-12 19:41:12 +0200 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2025-02-12 19:42:35 +0200 |
commit | b514ec87b618e4ee9a95b248eb55c5e0cc69949c (patch) | |
tree | 88d3869a2923e7a87f828b86e54c1f7779a56312 /lisp/emacs-lisp | |
parent | 82da36286265bb34baf39425a880dc11285648f2 (diff) | |
download | emacs-b514ec87b618e4ee9a95b248eb55c5e0cc69949c.tar.gz emacs-b514ec87b618e4ee9a95b248eb55c5e0cc69949c.tar.bz2 emacs-b514ec87b618e4ee9a95b248eb55c5e0cc69949c.zip |
; * lisp/treesit.el: Remove TODO for integration with thing-at-point.
At this point, thing-at-point with all standard things
is already supported by treesit, for example:
"(thing-at-point 'defun)" by treesit-beginning-of-defun,
"(thing-at-point 'sexp)" by treesit-forward-sexp,
"(thing-at-point 'list)" by treesit-up-list,
"(thing-at-point 'sentence)" by treesit-forward-sentence,
"(thing-at-point 'comment)" by treesit-forward-comment.
https://lists.gnu.org/archive/html/emacs-devel/2025-02/msg00384.html
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions