1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00
emacs/test/lisp/progmodes/ruby-mode-resources
Dmitry Gutov 746507dc3b ruby-syntax-methods-before-regexp: Drop this whitelist
* lisp/progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
Match only based on keywords and operators.
(ruby-syntax-methods-before-regexp): Delete.
(ruby-syntax-propertize): Use the new heuristic based on spaces
instead of checking for method names before (bug#67569).

* test/lisp/progmodes/ruby-mode-tests.el
(ruby-regexp-not-division-when-only-space-before):
Use non-whitelisted method name.

* test/lisp/progmodes/ruby-mode-resources/ruby.rb:
Adjust two examples.
2023-12-16 04:58:35 +02:00
..
ruby-after-operator-indent.rb ruby-smie-rules: Fix misindentation of a method call after assignment 2023-02-27 02:06:20 +02:00
ruby-block-indent.rb Add new options for Ruby code indentation 2022-12-31 00:00:21 +02:00
ruby-method-call-indent.rb ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nil 2023-01-22 04:55:13 +02:00
ruby-method-params-indent.rb ruby-method-params-indent: New user option 2022-12-19 21:06:07 +02:00
ruby-parenless-call-arguments-indent.rb Add new options for Ruby code indentation 2022-12-31 00:00:21 +02:00
ruby-ts.rb (ruby-ts--indent-rules): Add a rule for continuation of a hash pair 2023-01-19 05:27:43 +02:00
ruby.rb ruby-syntax-methods-before-regexp: Drop this whitelist 2023-12-16 04:58:35 +02:00