Home
last modified time | relevance | path

Searched refs:self_closing_custom_text_tags (Results 1 – 3 of 3) sorted by relevance

/dports/games/renpy/renpy-7.4.11-sdk/renpy/text/
H A Dextras.py82 self_closing_custom_tags = renpy.config.self_closing_custom_text_tags
H A Dtext.py1795 …if renpy.config.custom_text_tags or renpy.config.self_closing_custom_text_tags or (renpy.config.re…
2305 func = renpy.config.self_closing_custom_text_tags.get(tag, None)
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dconfig.py595 self_closing_custom_text_tags = { } variable