From 94a156e0dba048310f4e8c7589a6faac61960922 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 1 Mar 2019 21:28:41 +0100 Subject: [PATCH] neosnippets: Add tex.snip --- neosnippets/tex.snip | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 neosnippets/tex.snip diff --git a/neosnippets/tex.snip b/neosnippets/tex.snip new file mode 100644 index 0000000..404f372 --- /dev/null +++ b/neosnippets/tex.snip @@ -0,0 +1,11 @@ +snippet definition +alias \begin{definition} \definition + \begin{definition} + ${1:TARGET} + \end{definition} + +snippet only +alias \only + \only<${1:NUM:}>{ + ${2:TARGET} + } -- 2.30.2