pull/573/head
Wilfred Hughes 2023-09-12 13:05:05 +07:00
parent 1e7866b64e
commit 6dd0c70767
1 changed files with 2 additions and 0 deletions

@ -572,6 +572,8 @@ pub enum StringKind {
#[derive(PartialEq, Eq, Debug, Clone, Copy, Hash)] #[derive(PartialEq, Eq, Debug, Clone, Copy, Hash)]
pub enum AtomKind { pub enum AtomKind {
Normal, Normal,
// TODO: We should either have a AtomWithWords(HighlightKind) or a
// separate String, Text and Comment kind.
String(StringKind), String(StringKind),
Type, Type,
Comment, Comment,