~prop snippet name to mirror official snippet name

official snippet uses some weird c++ styling, not really good for c#.
Thus, reimplement with my own snippet
This commit is contained in:
oreodave
2019-08-27 17:29:35 +01:00
parent 9be682d61e
commit a048ec2bb4

View File

@@ -1,5 +1,5 @@
# -*- mode: snippet -*- # -*- mode: snippet -*-
# name: Property # name: property ... ... { ... }
# key: prop # key: prop
# condition: t # condition: t
# -- # --