From d57609cc78277b5f2466018d2ac8bf3553555154 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Wed, 20 Sep 2017 00:23:32 +0100 Subject: [PATCH] Try (and fail) for snippets. --- .gitignore | 1 + UltiSnips/cobol.snippets | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 UltiSnips/cobol.snippets diff --git a/.gitignore b/.gitignore index 3bb2efd..cd16f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .*.swp *.pyc +/doc/tags diff --git a/UltiSnips/cobol.snippets b/UltiSnips/cobol.snippets new file mode 100644 index 0000000..08c5ebb --- /dev/null +++ b/UltiSnips/cobol.snippets @@ -0,0 +1,10 @@ +########################################################################### +# TextMate Snippets # +########################################################################### + +snippet unt "PERFORM ... UNTIL ..." +PERFORM $1 + UNTIL $2 +endsnippet + +# vim:ft=snippets: -- GitLab