Skip to content

Commit

Permalink
Add support for the new AttributeImage sublanguage.
Browse files Browse the repository at this point in the history
  • Loading branch information
renpytom committed Apr 13, 2018
1 parent 9d28f95 commit ea6e3a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 2.3.0
* Add support for the new AttributeImage sublanguage.

## 2.2.0
* Ensure that [[ and {{ prevent succeeding text from being handled as
a text tag or substitution.
Expand Down
2 changes: 1 addition & 1 deletion grammars/renpy.cson
Expand Up @@ -400,7 +400,7 @@
'name' : 'keyword.python.renpy'
}
{
'match' : '\\b(\\$|add|and|animation|as|assert|at|auto|bar|behind|block|break|button|call|choice|circles|class|clear|clockwise|contains|continue|counterclockwise|def|default|define|del|drag|draggroup|elif|else|event|except|exec|expression|finally|fixed|for|frame|from|function|global|grid|has|hbox|hide|hotbar|hotspot|if|image|imagebutton|imagemap|import|in|init|input|is|jump|key|knot|label|lambda|menu|mousearea|music|new|nointeract|not|null|nvl|offset|old|on|onlayer|or|parallel|pass|pause|play|print|python|queue|raise|repeat|return|scene|screen|show|showif|side|sound|stop|strings|style|sustain|tag|take|testcase|text|textbutton|time|timer|transclude|transform|translate|try|use|vbar|vbox|viewport|voice|vpgrid|while|window|with|yield|zorder)\\b'
'match' : '\\b(\\$|add|and|animation|as|assert|at|attribute|attributeimage|auto|bar|behind|block|break|button|call|choice|circles|class|clear|clockwise|contains|continue|counterclockwise|def|default|define|del|drag|draggroup|elif|else|event|except|exec|expression|finally|fixed|for|frame|from|function|global|grid|group|has|hbox|hide|hotbar|hotspot|if|image|imagebutton|imagemap|import|in|init|input|is|jump|key|knot|label|lambda|menu|mousearea|music|new|nointeract|not|null|nvl|offset|old|on|onlayer|or|parallel|pass|pause|play|print|python|queue|raise|repeat|return|scene|screen|show|showif|side|sound|stop|strings|style|sustain|tag|take|testcase|text|textbutton|time|timer|transclude|transform|translate|try|use|vbar|vbox|viewport|voice|vpgrid|while|window|with|yield|zorder)\\b'
'name' : 'keyword.python.renpy'
}

Expand Down
4 changes: 2 additions & 2 deletions keywords.py

Large diffs are not rendered by default.

0 comments on commit ea6e3a0

Please sign in to comment.