We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438724d commit c36207dCopy full SHA for c36207d
yara/snippets/yara.json
@@ -5,7 +5,7 @@
5
"rule ${TM_FILENAME_BASE}",
6
"{",
7
"\tmeta:",
8
- "\t\tdate = ${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}",
+ "\t\tdate = \"${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}\"",
9
"\tstrings:",
10
"\t\t${1:strings}",
11
"\tcondition:",
@@ -18,7 +18,7 @@
18
"prefix": "meta",
19
"body": [
20
"meta:",
21
22
"\t${metadata}"
23
],
24
"description": "Generate a 'meta' section"
0 commit comments