-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known issues #8
Comments
Text tags with attributes are not working properly. "An example of {b}bold test{/b}." # without attribute
"The color is {color=#f00}red{/color}" # with attribute
|
Keywords label start:
menu is_okay:
"Are you okay?"
"Yes":
centered "Nice!"
"Nope":
centered "Too bad..."
|
Keyword menu:
"Are you ok?":
"Yep":
pass
"Nope":
pass
|
Some keywords to add: # use "config" highlighting color
config.something
ui.something
renpy.something
# to add
style.something
build.something
|
Remove illegal keywords: # to remove
break
continue
|
Fix Text Tags with slash/backslash: centered "{a=www.google.com}Google{/a}"
centered "{a=http://www.google.com/}Google{/a}"
|
Regression on GitHub, Text Tags are not working 😱
|
Need to fix comments after label and screen statement. init: # Comment ok
pass
python: # Comment ok
pass
screen test: # Comment 2 fix
pass
label test: # Comment 2 fix
# Comment
return
|
Need to fix Text Tags with url search: centered "{a=www.google.com/?key=value}Google{/a}"
centered "{a=http://www.google.com/?key1=value1&key2=value2}Google{/a}"
|
Some problems are not fixed yet.
The text was updated successfully, but these errors were encountered: