Minor fix in the SyntaxHighlighter.

ecode: Improved the FormatterModule. Some minor fixes.
This commit is contained in:
Martín Lucas Golini
2021-09-25 22:31:20 -03:00
parent 4cf65c66bc
commit 21e8ae53af
7 changed files with 53 additions and 9 deletions

View File

@@ -40,6 +40,8 @@ class FormatterModule : public UICodeEditorModule {
void formatDoc( UICodeEditor* editor );
void runFormatter( UICodeEditor* editor, const Formatter& formatter, const std::string& path );
FormatterModule::Formatter supportsFormatter( std::shared_ptr<TextDocument> doc );
};