File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 55 <key >fileTypes </key >
66 <array >
77 <string >gsm </string >
8+ <string >gdl </string >
89 </array >
910 <key >name </key >
1011 <string >GDL </string >
146147 </dict >
147148 <dict >
148149 <key >match </key >
149- <string >(?i)(PEN|RESOL|RADIUS|TOLER|MODEL|SHADOW|DRAWINDEX|LINE_(TYPE|PROPERTY)|SYMBOL_(LINE|FILL)|FILL[A]?|(EMPTY|TRANSLUCENT|IMAGE|(LINEAR|RADIAL)_GRADIENT)_FILL|FILLTYPES_MASK|MATERIAL|TEXTURE|STYLE(\{2\})?|PARAGRAPH|TEXTBLOCK|ADDITIONAL_DATA|SECT_(FILL|ATTRS))(?=$|\s|\+|\-|\^|\*{1,2}|\/|\=|< |> |< \=|> \=|<> |\#) </string >
150+ <string >(?i)\b (PEN|RESOL|RADIUS|TOLER|MODEL|SHADOW|DRAWINDEX|LINE_(TYPE|PROPERTY)|SYMBOL_(LINE|FILL)|FILL[A]?|(EMPTY|TRANSLUCENT|IMAGE|(LINEAR|RADIAL)_GRADIENT)_FILL|FILLTYPES_MASK|MATERIAL|TEXTURE|STYLE(\{2\})?|PARAGRAPH|TEXTBLOCK|ADDITIONAL_DATA|SECT_(FILL|ATTRS))(?=$|\s|\+|\-|\^|\*{1,2}|\/|\=|< |> |< \=|> \=|<> |\#) </string >
150151 <key >name </key >
151152 <string >support.type.gdl.attribute </string >
152153 </dict >
154+ <dict >
155+ <key >match </key >
156+ <string >(?i)\b(SOLID|SURFACE|WIRE)\b </string >
157+ <key >name </key >
158+ <string >support.other.variable.gdl </string >
159+ </dict >
153160 <dict >
154161 <key >match </key >
155162 <string >(?i)(?< =^|\s)(VALUES(\{2\})?|PARAMETERS|LOCK|HIDEPARAMETER|PARVALUE_DESCRIPTION)(?=$|\s) </string >
206213 </dict >
207214 <dict >
208215 <key >match </key >
209- <string >(?i)(?< =^|\s|\+|\-|\^|\*|\*\*|\/|\=|< |> |< \=|> \=|<> |\#)(SYMB_(LINETYPE|FILL(_PEN)?)|(FBGD|SECT|VIEW)+_PEN|MAT|POS_(X|Y|Z)+|ROTANGLE|MIRRORED|(A|B|Z)+_SIZE)(?=$|\s|\+|\-|\^|\*{1,2}|\/|\=|< |> |< \=|> \=|<> |\#) </string >
216+ <string >(?i)(?< =^|\s|\+|\-|\^|\*|\*\*|\/|\=|< |> |< \=|> \=|<> |\#)(SYMB_(( LINETYPE|FILL(_PEN)?)|(FBGD|SECT|VIEW)+_PEN|MAT|POS_(X|Y|Z)+|ROTANGLE|MIRRORED|(A|B|Z)+_SIZE) )(?=$|\s|\+|\-|\^|\*{1,2}|\/|\=|< |> |< \=|> \=|<> |\#) </string >
210217 <key >name </key >
211218 <string >keyword.gdl.globals.objectparameters </string >
212219 </dict >
You can’t perform that action at this time.
0 commit comments