language-renpy
language-renpy copied to clipboard
Requests to add new keywords
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
.
Simple request example:
Keyword:
dissolve
> transition statementUsage:
show bg washington with dissolve
@renpytom , add the keywords here.
I just forgot to add the syntax of translations...
Keywords:
translate
, language
, strings
> translation block
old
, new
> translation statements
Usage:
translate portuguese strings:
# renpy/common/00layout.rpy:444
old "Are you sure?"
new "Tem certeza?"