|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Syntax highlighter tuned for Lua keywords, strings, numbers, comments and Lua's long-bracket strings/comments. More...
#include <lua_debugger_code_editor.h>
Protected Member Functions | |
| void | highlightBlock (const QString &text) override |
| Apply highlighting to a single text block. | |
Syntax highlighter tuned for Lua keywords, strings, numbers, comments and Lua's long-bracket strings/comments.
Theme-agnostic: takes a bool isDark at construction (and at setTheme) and pulls the matching colour table from a private helper. No coupling to LuaDebuggerCodeView or LuaDebuggerDialog.