mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
LibWeb: Record position information in CSS Tokens
This is a requirement to be able to use the Tokens for syntax highlighting.
This commit is contained in:
parent
9a2eecaca4
commit
ecf5368535
3 changed files with 30 additions and 2 deletions
|
@ -103,5 +103,7 @@ private:
|
|||
Utf8View m_utf8_view;
|
||||
AK::Utf8CodePointIterator m_utf8_iterator;
|
||||
AK::Utf8CodePointIterator m_prev_utf8_iterator;
|
||||
Token::Position m_position;
|
||||
Token::Position m_prev_position;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue