|
114 | 114 | { "trigger": "FRA", "contents": "FRA(${1:x})" }, |
115 | 115 | { "trigger": "FRAGMENT2", "contents": "FRAGMENT2 ${1:index}, ${2:use_current_attributes_flag}" }, |
116 | 116 | "FULLPATH", |
117 | | - "GOSUB", |
| 117 | + { "trigger": "GOSUB", "contents": "GOSUB ${1:number or \"text\"}" }, |
118 | 118 | "GOTO", |
119 | 119 | { "trigger": "GROUP", "contents": "GROUP \"${1:name}\"\n\t${2:!statment}\nENDGROUP" }, |
120 | 120 | "HATCHES", |
121 | | - { "trigger": "HIDEPARAMETER", "contents": "HIDEPARAMETER ${1:name}" }, |
| 121 | + { "trigger": "HIDEPARAMETER", "contents": "HIDEPARAMETER \"${1:name}\"" }, |
122 | 122 | { "trigger": "HOTARC", "contents": "HOTARC ${1:r}, ${2:alpha}, ${3:beta}, ${4:unID}" }, |
123 | 123 | { "trigger": "HOTARC2", "contents": "HOTARC2 ${1:x}, ${2:y}, ${3:r}, ${4:startangle}, ${5:endangle}, ${6:unID}" }, |
124 | 124 | { "trigger": "HOTLINE", "contents": "HOTLINE ${1:x1}, ${2:y1}, ${3:z1}, ${4:x2}, ${5:y2}, ${6:z2}, ${7:unID}" }, |
|
136 | 136 | { "trigger": "ISECTGROUP{3}", "contents": "ISECTGROUP{3} (\"${1:g_expr1}\", \"${2:g_expr2}\", ${3:edgeColor}, ${4:materialId}, ${5:materialColor})" }, |
137 | 137 | { "trigger": "ISECTLINES", "contents": "ISECTLINES (\"${1:g_expr1}\", \"${2:g_expr2}\")" }, |
138 | 138 | { "trigger": "KILLGROUP", "contents": "KILLGROUP \"${1:g_expr}\"" }, |
| 139 | + { "trigger": "Label … RETURN", "contents": "${1:Label integer or \"name\"}:\n\t${2:! do your thing}\nRETURN\n" }, |
139 | 140 | { "trigger": "LGT", "contents": "LGT(${1:x})" }, |
140 | 141 | { "trigger": "LIBRARYGLOBAL", "contents": "LIBRARYGLOBAL (${1:object_name}, ${2:parameter}, ${3:value})" }, |
141 | 142 | { "trigger": "LIGHT", "contents": "LIGHT ${1:red}, ${2:green}, ${3:blue}, ${4:shadow},\n\t\t${5:radius}, ${6:alpha}, ${7:beta}, ${8:angle_falloff},\n\t\t${9:distance1}, ${10:distance2}, ${11:distance_falloff}" }, |
|
144 | 145 | { "trigger": "LINE_PROPERTY", "contents": "LINE_PROPERTY ${1:expr}" }, |
145 | 146 | { "trigger": "LINE_TYPE", "contents": "LINE_TYPE ${1:name or index}" }, |
146 | 147 | { "trigger": "LINE2", "contents": "LINE2 ${1:x1}, ${2:y1}, ${3:x2}, ${4:y2}" }, |
147 | | - { "trigger": "LOCK", "contents": "LOCK ${1:name}" }, |
| 148 | + { "trigger": "LOCK", "contents": "LOCK \"${1:name}\"" }, |
148 | 149 | { "trigger": "LOG", "contents": "LOG(${1:x})" }, |
149 | 150 | "MASS", |
150 | 151 | "MASS{2}", |
|
298 | 299 | { "trigger": "TEXT2", "contents": "TEXT2 ${1:x}, ${2:y}, ${3:expression}" }, |
299 | 300 | { "trigger": "TEXTBLOCK", "contents": "TEXTBLOCK ${1:name_width}, ${2:anchor}, ${3:angle}, ${4:width_factor}, ${5:charspace_factor}, ${6:fixed_height},\n\t\t${7:expr1}" }, |
300 | 301 | { "trigger": "TEXTBLOCK_", "contents": "TEXTBLOCK ${1:name_width}, ${2:anchor}, ${3:angle}, ${4:width_factor}, ${5:charspace_factor}, ${6:fixed_height}, ${7:n},\n\t\t${7:expr1}" }, |
301 | | - { "trigger": "TOLER", "contents": "TOLER ${1:d}" }, |
| 302 | + { "trigger": "TOLER", "contents": "TOLER ${1:digit}" }, |
302 | 303 | "TUBE", |
303 | 304 | "TUBEA", |
304 | 305 | "TUBE{2}", |
|
0 commit comments