Load extension configuration

This commit is contained in:
Pistos 2023-03-07 18:12:05 -05:00
parent 69a652d80f
commit fc725be42d
2 changed files with 3 additions and 2 deletions

View file

@ -200,7 +200,7 @@ module Diakonos
case command
when "include"
self.parse_configuration_file( File.expand_path( arg ), config_file )
when 'load_extension'
when "load_extension"
@extensions.load( arg ).each do |conf_file|
parse_configuration_file conf_file
end
@ -327,6 +327,7 @@ module Diakonos
when "context.separator", /^lang\..+?\.indent\.ignore\.charset$/,
/^lang\.(.+?)\.tokens\.([^.]+)\.change_to$/,
/^lang\.(.+?)\.column_delimiters$/,
/^extension\.(.+?)\.(.+?)/,
"view.nonfilelines.character",
'diff_command', 'session.default_session',
'clipboard.external'

View file

@ -1,6 +1,6 @@
module Diakonos
VERSION = '0.9.9'
LAST_MODIFIED = 'September 15, 2022'
LAST_MODIFIED = '2023-03-07'
def self.parse_version( s )
if s