From b5365da6cab95197a066135f0e81e2e5867488e9 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 2 Jan 2025 21:00:55 +0100 Subject: [PATCH] Remove default snippet comments --- .vim/snips/glsl.snippets | 25 ------------------------- .vim/snips/pandoc.snippets | 25 ------------------------- 2 files changed, 50 deletions(-) diff --git a/.vim/snips/glsl.snippets b/.vim/snips/glsl.snippets index d5d3707..c8f916a 100644 --- a/.vim/snips/glsl.snippets +++ b/.vim/snips/glsl.snippets @@ -1,28 +1,3 @@ -# A valid snippet should starts with: -# -# snippet trigger_word [ "description" [ options ] ] -# -# and end with: -# -# endsnippet -# -# Snippet options: -# -# b - Beginning of line. -# i - In-word expansion. -# w - Word boundary. -# r - Regular expression -# e - Custom context snippet -# A - Snippet will be triggered automatically, when condition matches. -# -# Basic example: -# -# snippet emitter "emitter properties" b -# private readonly ${1} = new Emitter<$2>() -# public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event -# endsnippet -# -# Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt snippet ifdef #ifdef GL_ES precision mediump float; diff --git a/.vim/snips/pandoc.snippets b/.vim/snips/pandoc.snippets index f32d6ff..f2c8ce0 100644 --- a/.vim/snips/pandoc.snippets +++ b/.vim/snips/pandoc.snippets @@ -1,28 +1,3 @@ -# A valid snippet should starts with: -# -# snippet trigger_word [ "description" [ options ] ] -# -# and end with: -# -# endsnippet -# -# Snippet options: -# -# b - Beginning of line. -# i - In-word expansion. -# w - Word boundary. -# r - Regular expression -# e - Custom context snippet -# A - Snippet will be triggered automatically, when condition matches. -# -# Basic example: -# -# snippet emitter "emitter properties" b -# private readonly ${1} = new Emitter<$2>() -# public readonly ${1/^_(.*)/$1/}: Event<$2> = this.$1.event -# endsnippet -# -# Online reference: https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt global !p from datetime import datetime