idk what changes i made

This commit is contained in:
2025-06-19 23:30:32 +01:00
parent 52e2306fca
commit f791b05292
8 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#[cfg(feature = "editor")]
use super::Editor;
use super::syntax::{Syntax, TokenType, QUOTES, SEPARATORS};
use super::syntax::{QUOTES, SEPARATORS, Syntax, TokenType};
use std::mem;
#[derive(Default, Debug, PartialEq, PartialOrd, Eq, Ord)]