mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 09:29:38 +01:00
Disabled syntax highlighting in the editor's text editor module. It will need to be reworked.
This commit is contained in:
parent
1d8e1f7065
commit
2b26a8a1de
@ -105,6 +105,7 @@ void TextEditorVanillaEditor::draw_minimap(const bool value) {
|
||||
}
|
||||
|
||||
void TextEditorVanillaEditor::color_region(const String &fileextension) {
|
||||
/*
|
||||
if (fileextension == "bbs") {
|
||||
Ref<CodeHighlighter> highlighter;
|
||||
highlighter.instance();
|
||||
@ -177,6 +178,7 @@ void TextEditorVanillaEditor::color_region(const String &fileextension) {
|
||||
|
||||
text_editor->set_syntax_highlighter(highlighter);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
void TextEditorVanillaEditor::clean_editor() {
|
||||
|
Loading…
Reference in New Issue
Block a user