Skip to content

Commit

Permalink
CUTEND was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
runxel committed Mar 25, 2015
1 parent 136182a commit 3999e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Syntaxes/GDL.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ patterns:
- match: (?i)(?<=^|\s)(PYRAMID|RULED(\{2\})?|EXTRUDE|SWEEP|TUBE[A]?|MASS(\{2\})?|COONS|REVOLVE(\{[2-5]\})?|(EXTRUDED|REVOLVED|RULED)SHELL(\{2\})?|REVOLVEDSHELLANGULAR(\{2\})?)(?=$|\s)
name: keyword.gdl.shape.3D.poly

- match: (?i)(?<=^|\s)(CUT(PLANE(\{[23]\})?|POLY[A]?|FORM|SHAPE)|WALL(HOLE|NICHE))(?=$|\s)
- match: (?i)(?<=^|\s)(CUT(PLANE(\{[23]\})?|POLY[A]?|FORM|SHAPE|END)|WALL(HOLE|NICHE))(?=$|\s)
name: keyword.gdl.shape.3D.cut

- match: (?i)(?<=^|\s)((ADD|ISECT|SUB|PLACE|KILL)?(GROUP)|SWEEPGROUP(\{2\})?|ISECTLINES|CREATE_GROUP_MAT)(?=$|\s)
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/GDL.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</dict>
<dict>
<key>match</key>
<string>(?i)(?&lt;=^|\s)(CUT(PLANE(\{[23]\})?|POLY[A]?|FORM|SHAPE)|WALL(HOLE|NICHE))(?=$|\s)</string>
<string>(?i)(?&lt;=^|\s)(CUT(PLANE(\{[23]\})?|POLY[A]?|FORM|SHAPE|END)|WALL(HOLE|NICHE))(?=$|\s)</string>
<key>name</key>
<string>keyword.gdl.shape.3D.cut</string>
</dict>
Expand Down

0 comments on commit 3999e5b

Please sign in to comment.