Cleanup and ui bar

This commit is contained in:
2026-01-03 17:46:04 +00:00
parent 0390a1bc5d
commit ac04754318
18 changed files with 210 additions and 77 deletions

View File

@@ -9,7 +9,9 @@
struct Language {
std::string name;
const TSLanguage *(*fn)();
uint8_t lsp_id = 0;
uint8_t lsp_id;
uint32_t color = 0xFFFFFF;
const char *symbol = "";
};
struct Highlight {