File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- # Tamarin Prover Syntax
1+ # Tamarin Prover Syntax for VSCode
22
33An extension for highlighting tamarin-prover.
44
Original file line number Diff line number Diff line change 55 " rule $1:" ,
66 " \t [ $2 ]\n\t --[\n\t\t\n\t ]->\n\t [ $3 ]"
77 ],
8- "description" : " Generate rule"
8+ "description" : " Skeleton of a rule"
99 },
1010 "rule let in" : {
1111 "prefix" : " rule" ,
2020 " \t ]->" ,
2121 " \t [ $4 ]"
2222 ],
23- "description" : " Generate full rule wit let in "
23+ "description" : " Skeleton of a rule with ` let ... in` "
2424 },
2525 "theory" : {
2626 "prefix" : " theory" ,
7979 "body" :[
8080 " Out($1)"
8181 ],
82- "description" : " Send message out, can be sniffed by attacker"
82+ "description" : " Send message out, can be intercepted by attacker"
8383 },
8484 "init" : {
8585 "prefix" : " init" ,
8686 "body" : [
8787 " rule init_$1:" ,
8888 " \t [ $2 ]\n\t --[\n\t\t\n\t ]->\n\t [ $3 ]"
8989 ],
90- "description" : " Create an init rule"
90+ "description" : " Skelton init rule"
9191 },
9292 "let in" : {
9393 "prefix" : " let" ,
9494 "body" :[
9595 " \t let" ,
96- " \t\t $1" ,
96+ " \t\t $1" ,
9797 " in"
98- ]
98+ ],
99+ "description" : " Macro definition"
99100 },
100101 "all-traces" : {
101102 "prefix" : " all" ,
119120 " \t $2" ,
120121 " \" "
121122 ],
122- "description" : " restriction skeleton "
123+ "description" : " Skeleton of restriction "
123124 }
124125
125126}
You can’t perform that action at this time.
0 commit comments