mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
String interpolation autocomplete was not working and was just using default autocomplete. This fixes it so that inside a string it is treated as normal, and inside an expression it suggests expression level autocomplete. Also fixes the range, which was previously just the first lexeme. |
||
---|---|---|
.. | ||
Ast.cpp | ||
Confusables.cpp | ||
Lexer.cpp | ||
Location.cpp | ||
Parser.cpp | ||
StringUtils.cpp | ||
TimeTrace.cpp |