mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 01:56:31 +03:00
Fixed "ft" in locate bar.
Fixed a bug in the tokenizer when switching stacked sub-syntaxes. Fixed export languages.
This commit is contained in:
@@ -4112,6 +4112,9 @@ static void exportLanguages( const std::string& path, const std::string& langs,
|
||||
SyntaxDefinitionManager::instance()->loadFromFolder( langsPath );
|
||||
std::vector<SyntaxDefinition> defs;
|
||||
|
||||
for ( auto& preDef : sdm->getPreDefinitions() )
|
||||
preDef.load();
|
||||
|
||||
if ( !langs.empty() ) {
|
||||
if ( langs == "all" ) {
|
||||
defs = sdm->getDefinitions();
|
||||
|
||||
Reference in New Issue
Block a user