diff --git a/doom.d/snippets/snippet-mode/prop/*prop* b/doom.d/snippets/snippet-mode/prop/*prop* deleted file mode 100644 index 9b7af0f..0000000 --- a/doom.d/snippets/snippet-mode/prop/*prop* +++ /dev/null @@ -1,33 +0,0 @@ -#contributor : Alejandro Espinoza Esparza -#name : property ... ... { ... } -# key: cpro#contributor : Alejandro Espinoza Esparza -#name : property ... ... { ... } -# key: cprop -# -- -/// -/// $5 -/// -/// $6 -$1 $2 $3 -{ - get { - return this.$4; - } - set { - this.$4 = value; - } -}p -# -- -/// -/// $5 -/// -/// $6 -$1 $2 $3 -{ - get { - return this.$4; - } - set { - this.$4 = value; - } -} \ No newline at end of file