Commit Graph

10 Commits

Author SHA1 Message Date
Nikhil Grandhi 0d79a69310 Fix leftover curly brace during expansion in various print snippets
Right curly brace is leftover upon typing at first tabstop of print,
println, eprint and eprintln.

This commit will ensure that the right curly brace will also be
replaced upon typing at the tabstop.
2020-07-29 08:34:10 +05:30
Andrea Crotti 71ae4a665f
Merge pull request #333 from r-darwish/rust
rust: make fns/pfns like the rest of the function templates (fix #323)
2019-08-21 10:01:07 +01:00
Roey Darwish Dror 3c72ede965 rust: make fns/pfns like the rest of the function templates (fix #323) 2019-08-15 13:16:41 +03:00
KlausZL 2f9567bb1d
Update crate 2019-07-25 18:05:33 +08:00
Andrea Crotti 1d1ea6f20c
Merge pull request #285 from r-darwish/rust-snippets
Add Rust snippets
2018-09-22 20:28:15 +01:00
Davide Masserut f40e219e28
Update rust-mode/ifl 2018-08-17 17:36:35 +02:00
Roey Darwish Dror 0576ef2f3b
Add Rust snippets 2018-07-26 14:53:18 +03:00
Balaji Sivaraman c4bc16ea7b rust: add snippets for crate, pub fns, and constructor (#262) 2018-06-16 18:05:24 +01:00
Ludwig PACIFICI 737953ea6b Added Rust snippets "eprint" and "eprintln" (#243)
eprint/eprintln snippets behave like print/prinln.

* eprintln: Macro for printing to the standard error, with a newline.
* eprint: Macro for printing to the standard error.
2018-01-05 10:07:07 +00:00
Andrea Crotti 0253a7eb57 move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00