mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 14:41:07 +00:00
Now the script editor highlight all lines of a multiline string
This commit is contained in:
parent
3fddc9e55a
commit
562bc22dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
void GDScriptLanguage::get_comment_delimiters(List<String> *p_delimiters) const {
|
||||
|
||||
p_delimiters->push_back("#");
|
||||
p_delimiters->push_back("\"\"\"");
|
||||
p_delimiters->push_back("\"\"\" \"\"\"");
|
||||
|
||||
}
|
||||
void GDScriptLanguage::get_string_delimiters(List<String> *p_delimiters) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue