aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-24 00:37:56 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-24 00:37:56 +0100
commitf74ab5cd00e8bf918b73c100325c68764b34d692 (patch)
tree54ae50931a35a8ff6347baad6cda9f1096b87cba
parent3a104e669813f99f697a7d564ca908c37e94db81 (diff)
downloaddotfiles-f74ab5cd00e8bf918b73c100325c68764b34d692.tar.gz
dotfiles-f74ab5cd00e8bf918b73c100325c68764b34d692.tar.bz2
dotfiles-f74ab5cd00e8bf918b73c100325c68764b34d692.zip
-prop from snippet-mode 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