components/prism-rust.js


Log

Author Commit Date CI Message
Ralf Biedert 3590edde 2018-11-29T12:25:28 Add missing keywords to rust. (#1634) Adds `dyn`, `Self`, and `union` to the list of rust keywords.
Golmote efdccbfe 2018-03-12T20:28:06 Rust: Improve char pattern so that lifetime annotations are matched better. Fix #1353
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 926f6f86 2018-03-07T21:23:21 Rust: Add support for lifetime-annotation and => operator. Fix #1339
Golmote cc9d8749 2017-10-22T15:22:32 Rust: Regexp optimisation and simplification + don't use captures if not needed
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
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 6c8494fb 2015-08-30T18:36:54 Rust: Simplified patterns and fixed operators
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote cb3f1cbc 2014-12-15T23:53:37 Add Rust language