eclarkso
Results
2
issues of
eclarkso
I believe this is a feature request, but a workaround or solution would be great if one exists: an option/method to preserve leading whitespace would be desirable when markup (XML,...
In some circumstances it might be useful for `Environment` to provide getters to the `lexer_config`, e.g., ```c++ const std::string & Environment::get_statement_open() const { return lexer_config.statement_open; } // etc ``` For...