Skip to content

Commit a48abb8

Browse files
committed
styling fixed
`creategroupwithmaterial` wasn't correctly highlighted if there was no whitespace in front
1 parent 1b2dad9 commit a48abb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GDL.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ contexts:
293293
- match: (?i)(?<=^|\s)(CUT(PLANE(\{[2-4]\})?|POLY[A]?|FORM(\{2\})?|SHAPE|END)|WALL(HOLE|NICHE))(?=$|\s)
294294
scope: keyword.shape.3D.cut.gdl
295295

296-
- match: (?i)(?<=^|\s)((place|kill)group|(add|isect|sub)group(\{[23]\})?|sweepgroup(\{[2-5]\})?|isectlines|creategroupwithmaterial)(?=$|\s|\()
296+
- match: (?i)(?<=^|\b)((place|kill)group|(add|isect|sub)group(\{[23]\})?|sweepgroup(\{[2-5]\})?|isectlines|creategroupwithmaterial)(?=$|\s|\()
297297
scope: keyword.shape.3D.seo.gdl
298298

299299
- match: (?i)(?<=^|\s)(TEXT|RICHTEXT)(?=$|\s)

0 commit comments

Comments
 (0)