Files
nc310-syntax/snippets/bsnc.json
2025-08-20 23:45:39 +03:00

28 lines
575 B
JSON

{
"UCG template": {
"prefix": "ucg",
"body": ["(UCG,2,X-33X33,Y-33Y33,Z-15Z0,1,-3)"],
"description": "Шаблон UCG"
},
"URT cycle": {
"prefix": "urt",
"body": ["(URT,${1:0})"],
"description": "Цикл URT"
},
"RPT cycle": {
"prefix": "rpt",
"body": ["(RPT,${1:E0})"],
"description": "Цикл RPT"
},
"ERP": {
"prefix": "erp",
"body": ["(ERP)"],
"description": "Маркер ERP"
},
"E variable": {
"prefix": "evar",
"body": ["E${1:30}=${2:0}"],
"description": "Переменная E"
}
}