diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2023-06-13 13:53:31 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2023-06-17 16:41:35 +0100 |
commit | 95091b77f0bbb2ae1aa94ef4a413626e7d434d58 (patch) | |
tree | 55b848bc53bbdc04b7befa2e73024f9672c213e1 /lisp/emacs-lisp/lisp-mnt.el | |
parent | 3d930b928fe683d380809d53257017022f74aae9 (diff) | |
download | emacs-95091b77f0bbb2ae1aa94ef4a413626e7d434d58.tar.gz emacs-95091b77f0bbb2ae1aa94ef4a413626e7d434d58.tar.bz2 emacs-95091b77f0bbb2ae1aa94ef4a413626e7d434d58.zip |
Fix some tree-sitter :match regexps
The shy groups were caught by modified versions of the GNU ELPA
packages xr and relint:
- https://github.com/mattiase/xr/pull/6
- https://github.com/mattiase/relint/pull/14
* lisp/progmodes/ruby-ts-mode.el (ruby-ts--s-p-query): Quote special
character in regexp.
* lisp/progmodes/java-ts-mode.el (java-ts-mode--font-lock-settings):
* lisp/progmodes/js.el (js--plain-method-re):
(js--treesit-font-lock-settings):
* lisp/progmodes/rust-ts-mode.el (rust-ts-mode--font-lock-settings):
* lisp/progmodes/typescript-ts-mode.el
(typescript-ts-mode--font-lock-settings): Replace character
alternative [\\d], which matches '\' or 'd', with the most likely
intention [0-9]. Fix shy groups mistyped as optional colons.
Remove unneeded numbered :match group in rust-ts-mode (bug#64019).
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
0 files changed, 0 insertions, 0 deletions