Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Feb 10, 2015
1 parent 34b6041 commit 60b6819
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 211 deletions.
18 changes: 0 additions & 18 deletions grammars/python-console.cson

This file was deleted.

34 changes: 0 additions & 34 deletions grammars/python-traceback.cson

This file was deleted.

154 changes: 0 additions & 154 deletions grammars/regular expressions (python).cson

This file was deleted.

8 changes: 4 additions & 4 deletions grammars/renpy.cson
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
{
'comment': 'keywords that alter flow from within a block'
'name': 'keyword.control.statement.python'
'match': '\\b(at|label|init|nvl|scene|show|screen|stop|play|define|image|voice|call|jump|menu|imagemap|hotspot|text|add|key|use|bar|with|zorder|style|is|button|break|continue|pass|return|yield)\\b'
'match': '\\b(at|label|init|nvl|scene|show|screen|stop|play|define|image|voice|call|jump|menu|imagemap|hotspot|text|add|key|use|bar|with|zorder|style|is|button|window|hbox|vbox|mousearea|imagebutton|config|break|continue|pass|return|yield)\\b'
}
{
'comment': 'keywords of a rosinha color'
'name': 'constant.numeric.integer.decimal.python'
'match': '\\b(color|size|xpos|ypos|xanchor|yanchor|action|area|hovered|unhovered|xalign|yalign|idle|hover|ground|alpha|python|clicked|modal|text_style|default|spacing)\\b'
'comment': 'keywords of screen statement'
'name': 'support.type.python'
'match': '\\b(color|size|xpos|ypos|xanchor|yanchor|action|area|hovered|unhovered|xalign|yalign|idle|hover|ground|alpha|python|clicked|modal|text_style|default|spacing|yminimum|xminimum|ymaximum|xmaximum|yoffset|xoffset|has|who|what|tag|renpy|pos|value)\\b'
}
{
'comment': 'keyword operators that evaluate to True or False'
Expand Down
2 changes: 1 addition & 1 deletion settings/language-python.cson
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'tabLength': 4
'foldEndPattern': '^\\s*"""\\s*$'
'commentStart': '# '
'increaseIndentPattern': '^\\s*(class|def|elif|else|except|finally|for|if|try|with|while|menu|label|screen|window|hbox|vbox|init|python)\\b.*:\\s*$'
'increaseIndentPattern': '^\\s*(class|def|elif|else|except|finally|for|if|try|with|while|menu|label|screen|window|hbox|vbox|init|python|imagemap|imagebutton|show|mousearea)\\b.*:\\s*$'
'decreaseIndentPattern': '^\\s*(elif|else|except|finally)\\b.*:'

0 comments on commit 60b6819

Please sign in to comment.