components/prism-ruby.js


Log

Author Commit Date CI Message
Golmote 2d378008 2015-09-03T22:16:03 Ruby: Add % notations for strings and regexps. Fix #590
Golmote dd4989f5 2015-08-22T23:47:59 Ruby: Code cleaning, handle \r\n and \r, fix some regexps
Weston Ganger 5b1e07bc 2015-06-25T12:58:40 fixed double quoted strings in interpolation ruby
Weston Ganger e3f4d7af 2015-05-29T20:31:17 added ruby string interpolation
Weston Ganger 81eff547 2015-05-23T14:54:09 fixed string interpolation feature
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Pier-Olivier Thibault 39e2eb58 2013-12-27T13:28:02 Removed extra character in variable regexp Fix #175 by removing '&' as a variable prefix. For some reason, this change also fixes the '<' character being appended with a ; character.
Samuel Flores 8168cd3e 2013-09-26T11:46:08 Support for Ruby languague