From f1eabbaa1b4ff1836d0ee8335b31d009203f3775 Mon Sep 17 00:00:00 2001 From: "Vito G. Graffagnino" Date: Tue, 30 Aug 2022 16:06:22 +0100 Subject: fixed zathura integration with texlab using nvim-texlabconfig --- snippets/progress.snippets | 58 ---------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 snippets/progress.snippets (limited to 'snippets/progress.snippets') diff --git a/snippets/progress.snippets b/snippets/progress.snippets deleted file mode 100644 index dee07a8..0000000 --- a/snippets/progress.snippets +++ /dev/null @@ -1,58 +0,0 @@ -# Progress/OpenEdge ABL snippets -# define -snippet defbuf - DEFINE BUFFER b_${1:TableName} FOR $1 ${0}. -snippet defvar - DEFINE VARIABLE ${1:VariableName} AS ${0}. -snippet nl - NO-LOCK -snippet ne - NO-ERROR -snippet nle - NO-LOCK NO-ERROR -snippet ini - INITIAL ${0:?} -snippet nu - NO-UNDO -snippet err - ERROR -snippet ff - FIND FIRST ${1:BufferName} - ${2:WHERE $1.${3}} ${0} -snippet input - DEFINE INPUT PARAMETER ${1:ParamName} AS ${0}. -snippet output - DEFINE OUTPUT PARAMETER ${1:ParamName} AS ${0:ParamType}. -snippet proc - - /******************************************************************************/ - - PROCEDURE ${1:ProcName}: - - ${0} - - END PROCEDURE. /* $1 */ - - /******************************************************************************/ - -snippet alert - MESSAGE "${1:MessageContent}" ${2:Data} VIEW-AS ALERT-BOX. -snippet if - IF ${1:Condition} - THEN ${2:Action} - ${3:ELSE ${4:OtherWise}} -snippet do - DO${1: Clauses}: - ${0} - END. -# datatypes -snippet int - INTEGER -snippet char - CHARACTER -snippet log - LOGICAL -snippet dec - DECIMAL -snippet sep - /* ------------------------------------------------------------------------- */ -- cgit v1.2.3