Cleanup / optimizations

This commit is contained in:
2026-02-12 01:01:52 +00:00
parent e9d164d769
commit c683754d49
8 changed files with 141 additions and 78 deletions

View File

@@ -6,7 +6,7 @@
#include "pch.h"
#include "syntax/trie.h"
#define MAX_LINES_LOOKBEHIND 80
#define MAX_LINES_LOOKAROUND 512
struct Highlight {
uint32_t fg{0xFFFFFF};