mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
modula2 & modula3 (#100)
* modula2 * modula2 * modula3 * Update languagessyntaxhighlighting.cpp * Update ecode.cpp * Update modula2.cpp * Update modula3.cpp
This commit is contained in:
@@ -3549,7 +3549,7 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
mThreadPool->run( [this] {
|
||||
// Load language definitions
|
||||
Clock defClock;
|
||||
SyntaxDefinitionManager::createSingleton( 115 );
|
||||
SyntaxDefinitionManager::createSingleton( 117 );
|
||||
Language::LanguagesSyntaxHighlighting::load();
|
||||
SyntaxDefinitionManager::instance()->setLanguageExtensionsPriority(
|
||||
mConfig.languagesExtensions.priorities );
|
||||
|
||||
Reference in New Issue
Block a user