Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 384ce83

Browse files
Added new_box to array.
1 parent 87326b8 commit 384ce83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: syntaxes/pine.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
},
711711
{
712712
"name": "meta.function-call",
713-
"begin": "\\b(array)(\\.)((avg|clear|concat|copy|covariance|fill|get|includes|indexof|insert|lastindexof|max|median|min|mode|new_(?:bool|float|int|string|color|line|label)|pop|push|remove|reverse|set|shift|size|slice|sort|standardize|stdev|sum|unshift|variance)|(\\w+))(?=\\()",
713+
"begin": "\\b(array)(\\.)((avg|clear|concat|copy|covariance|fill|get|includes|indexof|insert|lastindexof|max|median|min|mode|new_(?:bool|float|int|string|color|line|box|label)|pop|push|remove|reverse|set|shift|size|slice|sort|standardize|stdev|sum|unshift|variance)|(\\w+))(?=\\()",
714714
"beginCaptures": {
715715
"1" : { "name" : "support.class.builtin.pine" },
716716
"2" : { "name" : "punctuation.accessor.pine" },

0 commit comments

Comments
 (0)