From 72316785d5a221f1fed6257c5b99308872fc19b2 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 2 Apr 2020 12:11:46 +0100 Subject: [PATCH] Add CMake reStructuredText block snippet --- UltiSnips/cmake.snippets | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UltiSnips/cmake.snippets b/UltiSnips/cmake.snippets index ff8c771..3e1f568 100644 --- a/UltiSnips/cmake.snippets +++ b/UltiSnips/cmake.snippets @@ -9,6 +9,12 @@ def complete(t, opts): return '|'.join(opts) endglobal +snippet rst +#[=======================================================================[.rst: +$0 +#]=======================================================================] +endsnippet + snippet add_compile_options add_compile_options($1) endsnippet