From 74e8114ed6166065dcaa9a964d210ac3126356ba Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 24 May 2018 01:39:07 -0400 Subject: [PATCH] Fix code block without language in +completion/templates README.org --- layers/+completion/templates/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+completion/templates/README.org b/layers/+completion/templates/README.org index 2267ff596..87301eeb7 100644 --- a/layers/+completion/templates/README.org +++ b/layers/+completion/templates/README.org @@ -38,10 +38,10 @@ be used to enforce an ordering (templates that come first will have priority). It is not part of the final regexp. Therefore, more specific templates should come first. For example, -#+BEGIN_SRC +#+BEGIN_EXAMPLE 00:test_*.py 01:.*.py -#+END_SRC +#+END_EXAMPLE See the [[https://github.com/mineo/yatemplate][yatemplate]] documentation for specifics. Full yasnippet syntax is supported, so consult the [[http://joaotavora.github.io/yasnippet/snippet-development.html][yasnippet]] documentation for details.