#include <Malena/Graphics/Text/CodeEditor.h>
Public Attributes | |
| sf::Color | color |
| std::size_t | end = 0 |
| std::size_t | start = 0 |
A colored span of source text (half-open byte range [start, end)).
Definition at line 25 of file CodeEditor.h.
| sf::Color ml::SyntaxToken::color |
Definition at line 29 of file CodeEditor.h.
| std::size_t ml::SyntaxToken::end = 0 |
Definition at line 28 of file CodeEditor.h.
| std::size_t ml::SyntaxToken::start = 0 |
Definition at line 27 of file CodeEditor.h.