Skip to content

HackermanAI/dscl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

     █████                  ████ 
    ░░███                  ░░███ 
  ███████   █████   ██████  ░███ 
 ███░░███  ███░░   ███░░███ ░███ 
░███ ░███ ░░█████ ░███ ░░░  ░███ 
░███ ░███  ░░░░███░███  ███ ░███ 
░░████████ ██████ ░░██████  █████
 ░░░░░░░░ ░░░░░░   ░░░░░░  ░░░░░ 

     Dead Simple Config Lang

Example usage

from dscl import dscl
config = dscl.parse(path_to_config_file)

Example config-file syntax

[plugins]

syntax_highlighter      true                  -- enable or disable syntax highlighting plugin
git_integration         true                  -- enable or disable git integration
auto_complete           true                  -- enable or disable auto completion

[themes]

current_theme           "monokai"             -- set the active theme
theme_path              "~/.config/themes"    -- path where custom themes are stored

[logs]

log_level               "info"                -- set the log level (debug, info, warn, error)
log_file                "/var/log/editor.log" -- location to store logs

@module                                       -- import module

About

Dead Simple Config Lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages