Now the script editor highlight all lines of a multiline string

This commit is contained in:
Franklin Sobrinho 2015-04-09 18:24:38 -03:00
parent 3fddc9e55a
commit 562bc22dd4
1 changed files with 1 additions and 1 deletions

View File

@ -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 {