From a1f682baedea2929806d7c9347b4e51df5986a39 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Wed, 2 Apr 2025 18:12:51 +0300 Subject: #3800 Add support for interpolated strings --- indra/llui/llkeywords.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llui/llkeywords.cpp b/indra/llui/llkeywords.cpp index d046f61b88..85f57b6548 100644 --- a/indra/llui/llkeywords.cpp +++ b/indra/llui/llkeywords.cpp @@ -247,6 +247,7 @@ void LLKeywords::processTokens() if (mLuauLanguage) { addToken(LLKeywordToken::TT_DOUBLE_QUOTATION_MARKS, "\'", LLUIColorTable::instance().getColor("SyntaxLslStringLiteral"), "String literal", "\'"); + addToken(LLKeywordToken::TT_DOUBLE_QUOTATION_MARKS, "`", LLUIColorTable::instance().getColor("SyntaxLslStringLiteral"), "String literal", "`"); // Add Lua-style comments addToken(LLKeywordToken::TT_ONE_SIDED_DELIMITER, "--", LLUIColorTable::instance().getColor("SyntaxLslComment"), "Comment (Lua-style single-line)\nNon-functional commentary or disabled code", delimiter); // Add Lua multi-line comments -- cgit v1.3