mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
GDScript: Add raw string literals (r-strings)
This commit is contained in:
parent
221884e6bc
commit
2964c7d51c
13 changed files with 250 additions and 132 deletions
|
@ -59,6 +59,7 @@ void GDScriptLanguage::get_string_delimiters(List<String> *p_delimiters) const {
|
|||
p_delimiters->push_back("' '");
|
||||
p_delimiters->push_back("\"\"\" \"\"\"");
|
||||
p_delimiters->push_back("''' '''");
|
||||
// NOTE: StringName, NodePath and r-strings are not listed here.
|
||||
}
|
||||
|
||||
bool GDScriptLanguage::is_using_templates() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue