Skip to content

Commit

Permalink
Fix text tags with attributes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Feb 22, 2016
1 parent cc2f1c6 commit 5ed65ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.5.4
Fix text tags with attributes.

## 1.5.3
Add basic documentation (EN and PT-BR).

Expand Down
3 changes: 0 additions & 3 deletions example.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,3 @@ init:
# hide text with dissolve
#
# return


Return to the tutorial.
2 changes: 1 addition & 1 deletion grammars/renpy.cson
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@
# 'match': '(?i:(%(\\([a-z_]+\\))?#?0?\\-?[ ]?\\+?([0-9]*|\\*)(\\.([0-9]*|\\*))?([hL][a-z]|[a-z%]))|(\\{([!\\[\\].:\\w ]+)?\\}))'
# 'name': 'constant.other.placeholder.python'
'constant_placeholder':
'match': '(?i:(%(\\([a-z_]+\\))?#?0?\\-?[ ]?\\+?([0-9]*|\\*)(\\.([0-9]*|\\*))?([hL][a-z]|[a-z%]))|(\\{([!\\[\\].:\\w ]+)?\\})|(\\{\\/([!\\[\\].:\\w ]+)?\\})|(\\[([!\\[\\].:\\w ]+)?\\]))'
'match': '(?i:(%(\\([a-z_]+\\))?#?0?\\-?[ ]?\\+?([0-9]*|\\*)(\\.([0-9]*|\\*))?([hL][a-z]|[a-z%]))|(\\{([#=!\\[\\].:\\w ]+)?\\})|(\\{\\/([!\\[\\].:\\w ]+)?\\})|(\\[([!\\[\\].:\\w ]+)?\\]))'
'name': 'constant.other.placeholder.python'
'docstrings':
'patterns': [
Expand Down

0 comments on commit 5ed65ba

Please sign in to comment.