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