aboutsummaryrefslogtreecommitdiff
path: root/doom.d/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/snippets')
-rw-r--r--doom.d/snippets/snippet-mode/prop/*prop*33
1 files changed, 0 insertions, 33 deletions
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 <aespinoza@structum.com.mx>
-#name : property ... ... { ... }
-# key: cpro#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
-#name : property ... ... { ... }
-# key: cprop
-# --
-/// <summary>
-/// $5
-/// </summary>
-/// <value>$6</value>
-$1 $2 $3
-{
- get {
- return this.$4;
- }
- set {
- this.$4 = value;
- }
-}p
-# --
-/// <summary>
-/// $5
-/// </summary>
-/// <value>$6</value>
-$1 $2 $3
-{
- get {
- return this.$4;
- }
- set {
- this.$4 = value;
- }
-} \ No newline at end of file