# Define SciTE settings for Ren'Py files.
file.patterns.rpy=*.rpy;*.rpym
shbang.renpy=rpy
filter.renpy=Ren'Py (rpy rpym)|$(file.patterns.rpy)|
lexer.$(file.patterns.rpy)=python
lexer.renpy.strings.over.newline=1
keywordclass.renpy=at call expression hide image init jump label menu \
onlayer python scene set show with \
and assert break class continue def del elif \
else except exec finally for from global if import in is lambda None \
not or pass print raise return try while yield $ \
play queue stop sound music fadeout fadein channel \
voice sustain nvl clear window
keywords.$(file.patterns.rpy)=$(keywordclass.renpy)
statement.indent.$(file.patterns.rpy)=10 :
statement.end.$(file.patterns.rpy)=
statement.lookback.$(file.patterns.rpy)=0
block.start.$(file.patterns.rpy)=
block.end.$(file.patterns.rpy)=
view.indentation.examine.*.rpy=2
tab.timmy.whinge.level=1
comment.block.renpy=##
# Ren'Py styles
# White space
style.renpy.0=fore:#808080
# Comment
style.renpy.1=$(colour.comment),$(font.comment)
# Number
style.renpy.2=
# String
style.renpy.3=$(colour.string)
# Single quoted string
style.renpy.4=$(colour.string)
# Keyword
style.renpy.5=$(colour.keyword)
# Triple quotes
style.renpy.6=$(colour.string)
# Triple double quotes
style.renpy.7=$(colour.string)
# Class name definition
style.renpy.8=fore:#0000FF,bold
# Function or method name definition
style.renpy.9=fore:#007F7F,bold
# Operators
style.renpy.10=bold
# Identifiers
style.renpy.11=fore:#007F7F,bold
# Comment-blocks
style.renpy.12=$(colour.comment)
# End of line where string is not closed
style.renpy.13=fore:#000000,$(font.monospace),back:#E0C0E0,eolfilled
# Highlighted identifiers
style.renpy.14=fore:#407090
# Decorators
style.renpy.15=
# Matched Operators
style.renpy.34=fore:#0000FF,bold
style.renpy.35=fore:#FF0000,bold
# Braces are only matched in operator style
braces.renpy.style=10
command.name.0.*.rpy=Start Ren'Py
if PLAT_WIN
command.0.*.rpy="$(RENPY_BASE)/renpy.exe" "$(FileDir)/.."
if PLAT_GTK
command.0.*.rpy="$(RENPY_BASE)/renpy.sh" "$(FileDir)/.."
command.subsystem.0.*.rpy=1
command.is.filter.0.*.rpy=1
#extension.$(file.patterns.rpy)=renpy.lua