提交 f0281ddc 编写于 作者: M Martin Aeschlimann

[ts] invalid tab characters in snippets

上级 4ce7921c
......@@ -56,7 +56,7 @@
"body": [
"",
"public get ${1:value}() : ${2:string} {",
" ${3:return $0}",
"\t${3:return $0}",
"}",
""
],
......@@ -76,10 +76,10 @@
"",
"private _${1:value} : ${2:string};",
"public get ${1:value}() : ${2:string} {",
" return this._${1:value};",
"\treturn this._${1:value};",
"}",
"public set ${1:value}(v : ${2:string}) {",
" this._${1:value} = v;",
"\tthis._${1:value} = v;",
"}",
""
],
......@@ -119,7 +119,7 @@
"body": [
"",
"public set ${1:value}(v : ${2:string}) {",
" this.$3 = v;",
"\tthis.$3 = v;",
"}",
""
],
......
......@@ -59,7 +59,7 @@
"body": [
"",
"public get ${1:value}() : ${2:string} {",
" ${3:return $0}",
"\t${3:return $0}",
"}",
""
],
......@@ -79,10 +79,10 @@
"",
"private _${1:value} : ${2:string};",
"public get ${1:value}() : ${2:string} {",
" return this._${1:value};",
"\treturn this._${1:value};",
"}",
"public set ${1:value}(v : ${2:string}) {",
" this._${1:value} = v;",
"\tthis._${1:value} = v;",
"}",
""
],
......@@ -122,7 +122,7 @@
"body": [
"",
"public set ${1:value}(v : ${2:string}) {",
" this.$3 = v;",
"\tthis.$3 = v;",
"}",
""
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册