Skip to content

Commit 18b06eb

Browse files
author
Blake Gearin
committed
Add "in" and "to" to controls
1 parent 5e7dec0 commit 18b06eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/pulpscript.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
},
213213
"functions": {
214214
"name": "support.function.pulpscript",
215-
"match": "\\b(log|dump|say|fin|swap|frame|play|wait|shake|tell|to|call|emit|mimic|ignore|listen|act|draw|hide|window|label(:( )?)?|fill|crop|goto|sound|stop|loop|bpm|store|restore|toss|random|floor|ceil|round|sine|cosine|tangent|radians|degrees|invert|solid|type|id|name|embed:( )?)\\b"
215+
"match": "\\b(log|dump|say|fin|swap|frame|play|wait|shake|tell|call|emit|mimic|ignore|listen|act|draw|hide|window|label(:( )?)?|fill|crop|goto|sound|stop|loop|bpm|store|restore|toss|random|floor|ceil|round|sine|cosine|tangent|radians|degrees|invert|solid|type|id|name|embed:( )?)\\b"
216216
},
217217
"built-in-events": {
218218
"begin": "\\b(on)\\b( )",
@@ -246,7 +246,7 @@
246246
},
247247
"controls": {
248248
"name": "keyword.control.pulpscript",
249-
"match": "\\b(if|then|on|while|do|else|elseif|end|menu|ask|option|once|at)\\b"
249+
"match": "\\b(if|then|on|while|do|else|elseif|end|menu|ask|option|once|at|in|to)\\b"
250250
},
251251
"colons": {
252252
"name": "punctuation.definition.constant.pulpscript",

0 commit comments

Comments
 (0)