We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2dad9 commit a48abb8Copy full SHA for a48abb8
GDL.sublime-syntax
@@ -293,7 +293,7 @@ contexts:
293
- match: (?i)(?<=^|\s)(CUT(PLANE(\{[2-4]\})?|POLY[A]?|FORM(\{2\})?|SHAPE|END)|WALL(HOLE|NICHE))(?=$|\s)
294
scope: keyword.shape.3D.cut.gdl
295
296
- - match: (?i)(?<=^|\s)((place|kill)group|(add|isect|sub)group(\{[23]\})?|sweepgroup(\{[2-5]\})?|isectlines|creategroupwithmaterial)(?=$|\s|\()
+ - match: (?i)(?<=^|\b)((place|kill)group|(add|isect|sub)group(\{[23]\})?|sweepgroup(\{[2-5]\})?|isectlines|creategroupwithmaterial)(?=$|\s|\()
297
scope: keyword.shape.3D.seo.gdl
298
299
- match: (?i)(?<=^|\s)(TEXT|RICHTEXT)(?=$|\s)
0 commit comments