Skip to content

Commit

Permalink
Fix text tags again #8
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Feb 29, 2016
1 parent 511a830 commit 4d1d855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.5.5
Fix text tags with attributes (again).

## 1.5.4
Fix text tags with attributes.

Expand Down
2 changes: 1 addition & 1 deletion grammars/renpy.cson
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,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 4d1d855

Please sign in to comment.