Skip to content

Commit d76aff6

Browse files
author
WebFreak001
committed
Fixed interface, class snippet name & updated description
1 parent f811815 commit d76aff6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-d",
3-
"description": "D support for vscode",
3+
"description": "auto-complete, snippets, linter and formatter for dlang",
44
"version": "0.0.1",
55
"publisher": "webfreak",
66
"repository": {

snippets/d.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"description": "mixin template MyMixin()"
4646
},
4747
"interface": {
48-
"prefix": "mixt",
48+
"prefix": "interface",
4949
"body": ["interface ${1:MyInterface}$3 {$2}"],
5050
"description": "interface MyInterface"
5151
},
5252
"class": {
53-
"prefix": "mixt",
53+
"prefix": "class",
5454
"body": ["class ${1:MyClass}$3 {$2}"],
5555
"description": "class MyClass"
5656
},

0 commit comments

Comments
 (0)