renpy / language-renpy

:bookmark_tabs: :electric_plug: Ren'Py package for Atom and Linguist Grammars
https://atom.io/packages/language-renpy
Other
48 stars 6 forks source link

Requests to add new keywords #7

Open williamd1k0 opened 8 years ago

williamd1k0 commented 8 years ago

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 statement

Usage:

show bg washington
with dissolve

williamd1k0 commented 8 years ago

@renpytom , add the keywords here.

williamd1k0 commented 8 years ago

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?"
williamd1k0 commented 8 years ago

I think this way is good, I'll push and test with lightshow.

Tested: Lightshow test

image