Skip to content

Commit

Permalink
make some value to placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Nov 9, 2022
1 parent b2c1db9 commit 3988e00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snippets/bsv.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"body": [
"rule $0 ( $1 );",
"endrule : $0"
],
]
},
"import": {
"prefix": "import",
Expand All @@ -24,8 +24,8 @@
"interface": {
"prefix": "interface",
"body": [
"interface $IfcCounter #($type $t);",
"method $t readCounter;",
"interface ${1:IfcCounter} #(${2:type} $3);",
"method ${4:type} ${5:readCounter};",
"endinterface"
],
"description": "interface"
Expand Down

0 comments on commit 3988e00

Please sign in to comment.