Add history support, and fix parsing system.

This commit is contained in:
2026-09-03 00:30:47 +01:00
parent 151817973f
commit 956bdd6039
20 changed files with 1124 additions and 579 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ struct BEd {
internal::functions::Function eof_op;
std::array<std::optional<internal::functions::Suffix>, 26> suffixes;
internal::theme::Theme theme;
std::unordered_map<std::string, internal::syntax::Language> languages;
std::unordered_map<std::string, internal::syntax::Language *> languages;
internal::io::IO &io;
internal::vase::AppendStorage append{"/tmp"};