* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 5 May 2014 23:18:18 +0000 (03:18 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 5 May 2014 23:18:18 +0000 (03:18 +0400)
commit4dd3c4d53af81b017363cb778ac6fd5abea2d132
treefafb9f8f9a770822ffac65fe5f1aa9f9c20992c0
parent6da8d069757fd26ee537704a9f0dea24dc5e00b8
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):
Backtrack one char if the global/char-literal var matcher hits
inside a string.  The next char could be the beginning of an
expression expansion.

* test/automated/ruby-mode-tests.el
(ruby-interpolation-after-dollar-sign): New test.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/ChangeLog
test/automated/ruby-mode-tests.el