mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-12 01:42:37 -07:00
ruby-beginning-of-indent, simplify, allow all keywords to have indentation before them. (ruby-beginning-of-indent): Adjust for above. Search until the found point is not inside a string or comment. (ruby-font-lock-keywords): Allow symbols to start with "@" character, give them higher priority than variables. (ruby-syntax-propertize-function) (ruby-font-lock-syntactic-keywords): Remove the "not comments" matchers. Expression expansions are not comments when inside a string, and there comment syntax status is irrelevant. (ruby-match-expression-expansion): New function. Check that expression expansion is inside a string, and it's not escaped. (ruby-font-lock-keywords): Use it. * test/automated/ruby-mode-tests.el: New tests (Bug#11613). |
||
|---|---|---|
| .. | ||
| bytecomp-tests.el | ||
| comint-testsuite.el | ||
| compile-tests.el | ||
| ert-tests.el | ||
| ert-x-tests.el | ||
| f90.el | ||
| files.el | ||
| font-parse-tests.el | ||
| gnus-tests.el | ||
| icalendar-tests.el | ||
| lexbind-tests.el | ||
| Makefile.in | ||
| newsticker-tests.el | ||
| occur-tests.el | ||
| ruby-mode-tests.el | ||
| url-future-tests.el | ||
| url-util-tests.el | ||
| vc-bzr.el | ||
| xml-parse-tests.el | ||