summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2023-01-19 03:51:51 +0200
committerDmitry Gutov <dgutov@yandex.ru>2023-01-19 05:27:43 +0200
commitba33b83ce4b27b353441a174faaba024d59e4614 (patch)
tree4a5647675b702fbe152159726bf1bc24121527b8 /lisp
parentf2bedf695c15da93e8e240ad11a350a8dc8b5549 (diff)
downloademacs-ba33b83ce4b27b353441a174faaba024d59e4614.tar.gz
emacs-ba33b83ce4b27b353441a174faaba024d59e4614.tar.bz2
emacs-ba33b83ce4b27b353441a174faaba024d59e4614.zip
(ruby-ts--statement-container-regexp): Remove "parenthesized_statements"
* lisp/progmodes/ruby-ts-mode.el (ruby-ts--statement-container-regexp): Remove "parenthesized_statements", it's not really a statement container, not one we'd use for indentation alignment anyway. * test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb: Add examples.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/ruby-ts-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-ts-mode.el b/lisp/progmodes/ruby-ts-mode.el
index 3a6d513c330..5df7e397f03 100644
--- a/lisp/progmodes/ruby-ts-mode.el
+++ b/lisp/progmodes/ruby-ts-mode.el
@@ -152,7 +152,6 @@
"then"
"ensure"
"body_statement"
- "parenthesized_statements"
"interpolation")
string-end)
"Regular expression of the nodes that can contain statements.")