mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-16 14:05:07 +03:00
Enable semantic highlighting by default.
This commit is contained in:
@@ -68,7 +68,7 @@ fuzzyMatchSymbols( const std::vector<const AutoCompletePlugin::SymbolsList*>& sy
|
||||
return matches;
|
||||
}
|
||||
|
||||
UICodeEditorPlugin* AutoCompletePlugin::New( PluginManager* pluginManager ) {
|
||||
Plugin* AutoCompletePlugin::New( PluginManager* pluginManager ) {
|
||||
return eeNew( AutoCompletePlugin, ( pluginManager ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user