Skip to content

Commit

Permalink
Fix Text Tags links and GitHub syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Jul 12, 2016
1 parent 0b47a63 commit 00f42f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 1.6.0
* Add snippets categories (left labels);
* Update dochelp snippet;
* Fix Text Tags with links using slash or backslash;
* Fix GitHub Text Tags regression;

## 1.5.9
* Total code clear;
Expand Down
4 changes: 2 additions & 2 deletions grammars/renpy.cson
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,8 @@
'match': '(?x)\\b(\n\t\t\t\tbasestring|bool|buffer|bytearray|bytes|complex|dict|float|frozenset|int|\n\t\t\t\tlist|long|memoryview|object|range|set|slice|str|tuple|unicode|xrange\n\t\t\t)\\b'
'name': 'support.type.python'
'constant_placeholder':
'match': '(?i:(%(\\([a-z_]+\\))?#?0?\\-?[ ]?\\+?([0-9]*|\\*)(\\.([0-9]*|\\*))?([hL][a-z]|[a-z%]))|(\\{([#=\\-\\+!\\[\\].:\\w ]+)?\\})|(\\{\\/([!\\[\\].:\\w ]+)?\\})|(\\[([!\\[\\].:\\w ]+)?\\]))'
'name': 'constant.character.escape.tags.renpy'

This comment has been minimized.

Copy link
@williamd1k0

williamd1k0 Jul 12, 2016

Author Member

Fix Text Tags #8

'match': '(?i:(%(\\([a-z_]+\\))?#?0?\\-?[ ]?\\+?([0-9]*|\\*)(\\.([0-9]*|\\*))?([hL][a-z]|[a-z%]))|(\\{([\\\\\\/#=\\-\\+!\\[\\].:\\w ]+)?\\})|(\\{\\/([!\\[\\].:\\w ]+)?\\})|(\\[([!\\[\\].:\\w ]+)?\\]))'
'name': 'constant.other.placeholder.tags.renpy'
'docstrings':
'patterns': [
{
Expand Down

0 comments on commit 00f42f6

Please sign in to comment.