File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " macro-executor" ,
33 "displayName" : " Macro Executor Language" ,
44 "description" : " Fanuc Macro-Executor Programming Language" ,
5- "version" : " 0.2.0 " ,
5+ "version" : " 0.2.1 " ,
66 "author" : " iSorp" ,
77 "publisher" : " iSorp" ,
88 "license" : " MIT" ,
142142 "properties" : {
143143 "macro.keywords" : {
144144 "scope" : " resource" ,
145- "type" : " array" ,
145+ "type" : " array" ,
146146 "description" : " custom keywords" ,
147147 "items" : {
148- "type" : " object" ,
149- "default" : {
148+ "type" : " object" ,
149+ "default" : {
150150 "symbol" : " special symbol" ,
151- "scope" : " variable " ,
151+ "scope" : " macrovar " ,
152152 "description" : " this text will be shown on hover and completion"
153153 },
154- "properties" : {
155- "type" : " object" ,
154+ "properties" : {
155+ "type" : " object" ,
156156 "symbol" : {
157- "type" : " string"
157+ "type" : " string"
158158 },
159159 "scope" : {
160- "type" : " string" ,
161- "enum" : [
160+ "type" : " string" ,
161+ "enum" : [
162162 " number" ,
163163 " macrovar" ,
164- " symbol" ,
165164 " constant" ,
166165 " language" ,
167166 " label" ,
175174 " custom_5"
176175 ]
177176 },
178- "description" : {
179- "type" : " string"
180- },
181- "nodeType" : {
182- "type" : " string" ,
183- "enum" : [
177+ "description" : {},
178+ "nodeType" : {
179+ "type" : " string" ,
180+ "enum" : [
184181 " " ,
185182 " Label" ,
186183 " Variable" ,
You can’t perform that action at this time.
0 commit comments