| 54 | } |
| 55 | |
| 56 | void CodeFormat::SupportNonStandardSymbol() { |
| 57 | _supportNonStandardSymbol = true; |
| 58 | } |
| 59 | |
| 60 | char *CodeFormat::Reformat(const std::string &uri, std::string &&text, FormattingOptions options) { |
| 61 | auto file = LuaSource::From(std::move(text)); |
no outgoing calls
no test coverage detected