Add command syntax highlighting.

This commit is contained in:
2026-09-03 16:46:13 +01:00
parent 3bfebe30ce
commit a276bf60da
12 changed files with 304 additions and 84 deletions
+2 -3
View File
@@ -5,8 +5,8 @@
namespace bed::internal::io {
struct Token {
uint32_t start;
uint32_t end;
uint64_t start;
uint64_t end;
enum Kind : uint8_t {
TempCurrent,
BufferName,
@@ -24,7 +24,6 @@ struct Token {
Shell,
Ruby,
File,
Regex,
Replacement,
Suffix,
Color1,