aboutsummaryrefslogtreecommitdiffstats
path: root/test/indent/ruby.rb (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-16Fix Ruby's operator precedenceDmitry Gutov1-1/+22
2016-03-15Do not tokenize a comment before continuation as ';'Dmitry Gutov1-1/+1
2016-03-15Don't misindent arguments of a method call inside continuationDmitry Gutov1-0/+11
2016-03-14Tweak the left precedence of '=>'Dmitry Gutov1-0/+6
2016-03-14Indent '.' relative to the first sibling expressionDmitry Gutov1-0/+5
2016-03-12Support Ruby 2.3.0's safe navigation operatorDmitry Gutov1-4/+5
2016-03-10Indent methods with keyword names correctlyDmitry Gutov1-0/+3
2016-03-10Propertize character literals and special global variables differentlyDmitry Gutov1-0/+3
2016-03-09Propertize operator symbol names with symbol syntax classDmitry Gutov1-0/+6
2016-03-07Recognize iuwu-mod after an escaped newlineDmitry Gutov1-0/+3
2016-01-21Support squiggly heredocs in ruby-modeDmitry Gutov1-0/+4
2015-11-24Rename all test files to reflect source layout.Phillip Lord1-414/+0
2015-03-08Add an indent test example for bug#20026Dmitry Gutov1-0/+4
2014-05-27* test/indent/ps-mode.ps: New file.Stefan Monnier1-0/+4
2014-05-10* lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.Stefan Monnier1-0/+3
2014-03-27Fix bug#17097Dmitry Gutov1-0/+5
2014-03-21Fix bug#17050Dmitry Gutov1-0/+17
2014-03-02* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): HighlightDmitry Gutov1-0/+4
2014-02-25Spelling fix.Paul Eggert1-1/+1
2014-02-23* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Handle theDmitry Gutov1-0/+7
2014-02-23* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Don't indent speciallyDmitry Gutov1-1/+7
2014-02-01Fix bug#16609Dmitry Gutov1-0/+7
2014-01-31Implement user option ruby-align-chained-callsDmitry Gutov1-4/+4
2014-01-17ruby-mode: Align def...end to the beginning of statementDmitry Gutov1-0/+4
2013-12-22* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return tDmitry Gutov1-0/+1
2013-12-22* lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak theDmitry Gutov1-0/+6
2013-12-20* lisp/progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): NewDmitry Gutov1-21/+16
2013-12-19* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-blockDmitry Gutov1-0/+4
2013-12-19* lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow theDmitry Gutov1-6/+17
2013-12-17* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.Dmitry Gutov1-0/+4
2013-12-17Fix bug#16116Dmitry Gutov1-6/+3
2013-12-14Fix bug#16118Dmitry Gutov1-4/+35
2013-12-09* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return tDmitry Gutov1-0/+3
2013-11-12* lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate betweenDmitry Gutov1-0/+3
2013-11-09* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):Dmitry Gutov1-2/+7
2013-11-08* indent/ruby.rb: New exampleDmitry Gutov1-0/+7
2013-11-08* lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedencesDmitry Gutov1-2/+29
2013-11-07* lisp/progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):Dmitry Gutov1-0/+12
2013-11-07* lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority ofDmitry Gutov1-3/+1
2013-11-04* test/indent/ruby.rb: Move a now-successful example.Dmitry Gutov1-4/+4
2013-11-04* lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)Dmitry Gutov1-0/+1
2013-11-02* lisp/progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): NewDmitry Gutov1-0/+8
2013-10-27* lisp/progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goesDmitry Gutov1-0/+5
2013-10-26* test/indent/ruby.rb: New failing example.Dmitry Gutov1-0/+4
2013-10-26* lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be moreDmitry Gutov1-12/+13
2013-10-24* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly blockDmitry Gutov1-1/+1
2013-10-23* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent ofStefan Monnier1-0/+4
2013-10-23* test/indent/ruby.rb: Move two examples to "working" section, add oneDmitry Gutov1-7/+11
2013-10-22* lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdatedDmitry Gutov1-3/+14
2013-10-21* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used asStefan Monnier1-2/+2