Skip to content

Commit e43bb4a

Browse files
committed
add filltypes_mask and profiletypes_mask
1 parent 198610c commit e43bb4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

GDL.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ contexts:
347347
scope: keyword.nongeo.parameters.range.gdl
348348

349349
nongeo:
350-
- match: (?i)\b(VALUES(\{2\})?|STEP|(RETURNED_)?PARAMETERS|LOCK|HIDEPARAMETER|PARVALUE_DESCRIPTION)(?=$|\s)
350+
- match: (?i)\b(VALUES(\{2\})?|STEP|(RETURNED_)?PARAMETERS|LOCK|HIDEPARAMETER|PARVALUE_DESCRIPTION|(PROFILE|FILL)TYPES_MASK)(?=$|\s)
351351
scope: keyword.nongeo.parameters.gdl
352352

353353
- include: range

Preferences/GDL.sublime-completions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
{ "trigger": "print", "contents": "print ${1:expression}" },
266266
"prism",
267267
"prism_",
268+
"profiletypes_mask",
268269
{ "trigger": "project2", "contents": "project2 ${1:projection_code}, ${2:angle}, ${3:method}" },
269270
{ "trigger": "project2{2}", "contents": "project2{2} ${1:projection_code}, ${2:angle}, ${3:method}" },
270271
{ "trigger": "project2{3}", "contents": "project2{3} ${1:projection_code}, ${2:angle}, ${3:method}, ${4:parts}" },

0 commit comments

Comments
 (0)