grammars/source.renpy.json in github-linguist-5.0.8 vs grammars/source.renpy.json in github-linguist-5.0.9

- old
+ new

@@ -116,11 +116,11 @@ "match": "\\b(function|nvl|block|choice|parallel|contains|on|voice|imagemap|hotspot|text|frame|textbutton|grid|add|key|use|bar|with|is|button|window|hbox|vbox|mousearea|imagebutton)\\b" }, { "comment": "renpy screen statement keywords", "name": "support.type.screen.renpy", - "match": "\\b(kind|color|action|area|hovered|unhovered|clicked|modal|text_style|default|has|who|what|tag|value|theme)\\b" + "match": "\\b(kind|color|action|area|hovered|unhovered|clicked|modal|text_style|has|who|what|tag|value|theme)\\b" }, { "comment": "renpy transform keywords", "name": "support.type.transform.renpy", "match": "\\b(repeat|fadein|fadeout|position|Position|easein|easeout|time|ui)\\b" @@ -451,10 +451,10 @@ ] } ] }, { - "begin": "((define)|(image)|(scene)|(show)|(hide))\\s+((\\s)|(?=[a-zA-Z_][a-zA-Z_0-9]*\\s*))", + "begin": "((default)|(define)|(image)|(scene)|(show)|(hide))\\s+((\\s)|(?=[a-zA-Z_][a-zA-Z_0-9]*\\s*))", "beginCaptures": { "1": { "name": "keyword.control.statement.renpy" } }, \ No newline at end of file