If you noticed any keyword or statements missing or a new one was created, ask here to update the syntax highlighting, pull requests are also welcome. :information_source: You can test if already exists a keyword using the [**`GitHub Lightshow`**](https://github-lightshow.herokuapp.com/?utf8=%E2%9C%93&scope=from-url&grammar_url=https%3A%2F%2Fgithub.com%2Fwilliamd1k0%2Flanguage-renpy%2Fblob%2Fmaster%2Fgrammars%2Frenpy.cson&grammar_text=&code_source=from-text&code_url=&code=%23+Type+here+to+test). ### Simple request example: --- > Keyword: > `dissolve` > _transition statement_ > --- > > Usage: > > ``` renpy > show bg washington > with dissolve > ``` > ---