add <ca> to MDTextArea

This commit is contained in:
Cvolton 2024-02-11 22:14:28 +01:00
parent 3fec377e96
commit ca683faf45
No known key found for this signature in database

View file

@ -91,6 +91,7 @@ Result<ccColor3B> colorForIdentifier(std::string const& tag) {
}
else {
switch (colorText.front()) {
case 'a': return Ok(cc3x(0x9632ff)); break;
case 'b': return Ok(cc3x(0x4a52e1)); break;
case 'g': return Ok(cc3x(0x40e348)); break;
case 'l': return Ok(cc3x(0x60abef)); break;