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 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/snippets/rustic-mode/assert (limited to 'templates/snippets/rustic-mode/assert') diff --git a/templates/snippets/rustic-mode/assert b/templates/snippets/rustic-mode/assert new file mode 100644 index 0000000..4d823f3 --- /dev/null +++ b/templates/snippets/rustic-mode/assert @@ -0,0 +1,4 @@ +me : assert +#key : as +# -- +assert!(${1:truth}); -- cgit v1.2.3