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

Commit da77577

Browse files
Added label.set_style
1 parent aaa85e4 commit da77577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/pine.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
},
693693
{
694694
"name": "meta.function-call",
695-
"begin": "\\b(label)(\\.)((delete|get_text|get_x|get_y|new|set_color|set_size|set_text|set_textalign|set_textcolor|set_tooltip|set_x|set_xloc|set_xy|set_y|set_yloc)|(\\w+))(?=\\()",
695+
"begin": "\\b(label)(\\.)((delete|get_text|get_x|get_y|new|set_color|set_size|set_text|set_textalign|set_textcolor|set_tooltip|set_x|set_xloc|set_xy|set_y|set_yloc|set_style)|(\\w+))(?=\\()",
696696
"beginCaptures": {
697697
"1" : { "name" : "support.class.builtin.pine" },
698698
"2" : { "name" : "punctuation.accessor.pine" },

0 commit comments

Comments
 (0)