@cherepanov.pavel/shareable-config 1.0.19 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
"scope": "html",
|
|
5
|
-
"prefix": "t html todo",
|
|
2
|
+
"template for todo comments for easy search in project": {
|
|
3
|
+
"prefix": "t todo",
|
|
6
4
|
"body": [
|
|
7
5
|
"$BLOCK_COMMENT_START TODO:",
|
|
8
6
|
"$0",
|
|
9
7
|
"$BLOCK_COMMENT_END",
|
|
10
8
|
],
|
|
11
9
|
},
|
|
12
|
-
"template for todo comments for easy search in project": {
|
|
13
|
-
"prefix": "t todo",
|
|
14
|
-
"body": [
|
|
15
|
-
"$LINE_COMMENT TODO: ",
|
|
16
|
-
],
|
|
17
|
-
},
|
|
18
10
|
}
|