From 95cceda8ef5c721096b60f874c594e1f0b8b5abb Mon Sep 17 00:00:00 2001 From: benj Date: Sat, 11 Sep 2021 14:04:09 -0700 Subject: - rustic mode snippets - dap-mode rust lldb configuration - hl-todo-mode --- templates/snippets/rustic-mode/assert_eq | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/snippets/rustic-mode/assert_eq (limited to 'templates/snippets/rustic-mode/assert_eq') diff --git a/templates/snippets/rustic-mode/assert_eq b/templates/snippets/rustic-mode/assert_eq new file mode 100644 index 0000000..18e9e8b --- /dev/null +++ b/templates/snippets/rustic-mode/assert_eq @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +#name : assert_eq +#key : ase +# -- +assert_eq!(${1:a}, ${2:b}); -- cgit v1.2.3