diff options
| author | Yuan Fu | 2024-06-04 19:55:33 -0700 |
|---|---|---|
| committer | Yuan Fu | 2024-06-04 21:44:05 -0700 |
| commit | 2ee3edce3f5de55fc11997f522cbe2f00a4471fd (patch) | |
| tree | e11f3bb48934012f6100737e2f9d8a56785bcf76 /etc | |
| parent | 24b7bf2746fd7bf097e04c5b9363cab197edbc7c (diff) | |
| download | emacs-2ee3edce3f5de55fc11997f522cbe2f00a4471fd.tar.gz emacs-2ee3edce3f5de55fc11997f522cbe2f00a4471fd.zip | |
Revert "New function treesit-parser-changed-ranges"
This reverts commit 996b9576713f9d63ea7ff7e9630a15cb0a0214eb.
For reason see 760b54de080.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 0 insertions, 18 deletions
| @@ -2872,24 +2872,6 @@ only return parsers for that language. If TAG is given, only return | |||
| 2872 | parsers with that tag. Note that passing nil as tag doesn't mean return | 2872 | parsers with that tag. Note that passing nil as tag doesn't mean return |
| 2873 | all parsers, but rather "all parsers with no tags". | 2873 | all parsers, but rather "all parsers with no tags". |
| 2874 | 2874 | ||
| 2875 | +++ | ||
| 2876 | *** New function 'treesit-parser-changed-ranges'. | ||
| 2877 | This function returns buffer regions that are affected by the last | ||
| 2878 | buffer edits. | ||
| 2879 | |||
| 2880 | *** New function 'treesit-add-font-lock-rules'. | ||
| 2881 | This function helps users to add custom font-lock rules to a tree-sitter | ||
| 2882 | major mode. | ||
| 2883 | |||
| 2884 | --- | ||
| 2885 | ** The variable 'rx-constituents' is now obsolete. | ||
| 2886 | Use 'rx-define', 'rx-let' and 'rx-let-eval' instead. | ||
| 2887 | |||
| 2888 | --- | ||
| 2889 | ** 'defvar-keymap' can specify hints for 'repeat-mode'. | ||
| 2890 | Using ':repeat (:hints ((command . "hint") ...))' will show | ||
| 2891 | the hint string in the echo area together with repeatable keys. | ||
| 2892 | |||
| 2893 | 2875 | ||
| 2894 | * Changes in Emacs 30.1 on Non-Free Operating Systems | 2876 | * Changes in Emacs 30.1 on Non-Free Operating Systems |
| 2895 | 2877 | ||