Loading...
Searching...
No Matches
ml::SyntaxToken Struct Reference

#include <Malena/Graphics/Text/CodeEditor.h>

Public Attributes

sf::Color color
std::size_t end = 0
std::size_t start = 0

Detailed Description

A colored span of source text (half-open byte range [start, end)).

Definition at line 25 of file CodeEditor.h.

Member Data Documentation

◆ color

sf::Color ml::SyntaxToken::color

Definition at line 29 of file CodeEditor.h.

◆ end

std::size_t ml::SyntaxToken::end = 0

Definition at line 28 of file CodeEditor.h.

◆ start

std::size_t ml::SyntaxToken::start = 0

Definition at line 27 of file CodeEditor.h.


The documentation for this struct was generated from the following file: