mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-16 05:55:06 +03:00
Editor Breadcrumb WIP.
This commit is contained in:
@@ -162,7 +162,7 @@ void AutoCompletePlugin::load( PluginManager* pluginManager ) {
|
||||
if ( j.contains( "config" ) ) {
|
||||
auto& config = j["config"];
|
||||
if ( config.contains( "suggestions_syntax_highlight" ) )
|
||||
mHighlightSuggestions = config.value( "suggestions_syntax_highlight", false );
|
||||
mHighlightSuggestions = config.value( "suggestions_syntax_highlight", true );
|
||||
else {
|
||||
config["suggestions_syntax_highlight"] = mHighlightSuggestions;
|
||||
updateConfigFile = true;
|
||||
|
||||
Reference in New Issue
Block a user