Made commands more powerful, added :load and :save

This commit is contained in:
2022-10-22 09:50:04 -07:00
parent 1bbca094dd
commit fa02c2aa5b
6 changed files with 184 additions and 56 deletions

View File

@ -36,6 +36,7 @@ style = Style.from_dict({
"warn": "#FFFF00",
"err": "#FF0000",
"prompt": "#00FFFF",
"ok": "#B4EC85",
# Syntax
"syn_macro": "#FF00FF",