grammars/source.renpy.json in github-linguist-4.8.13 vs grammars/source.renpy.json in github-linguist-4.8.14

- old
+ new

@@ -397,11 +397,11 @@ "beginCaptures": { "1": { "name": "keyword.control.statement.renpy" } }, - "end": "(\\n|\\()|#", + "end": "(\\n|\\()|\\:", "endCaptures": { "1": { "name": "punctuation.definition.inheritance.end.python" }, "2": { @@ -1055,10 +1055,10 @@ "builtin_types": { "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 ]+)?\\]))", + "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": [ { \ No newline at end of file