components/prism-ruby.js


Log

Author Commit Date CI Message
Golmote 62cdaf80 2017-05-08T13:39:11 Ruby: Add support for =begin =end comments. Manual merge of #1121.
Golmote 7549eccb 2017-02-08T23:23:24 Add missing greedy config in APL, AutoIt, Dart, Elixir, Erlang, F#, Go, Haxe, Icon, Inform7, J, Makefile, Mel, Nim, Nix, NSIS, OCaml, Oz, Pari/GP, Parser, Pascal, Perl, Prolog, Pure, Qore, R, Rip, Ruby, Rust, SAS, Scheme, SQL, Stylus, Tcl and Verilog
Golmote a708730c 2017-01-18T08:44:55 Ruby: Fix slash regex performance. Fix #1083
Golmote 8b0520a8 2016-11-09T01:27:40 Ruby: Make strings greedy. Fixes #1048
Masataka Kuwabara 22cb0187 2016-09-14T05:44:22 Fix typo `Fload` to `Float` in prism-ruby.js (#1023)
Weston Ganger 721af812 2015-09-22T10:06:16 reset state
Weston Ganger a0a3976e 2015-05-18T13:05:43 Added String Interpolation to Ruby fixes #580
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
Weston Ganger 774ef34d 2015-05-18T13:05:43 Added String Interpolation to Ruby fixes #580
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