From 6674992023316614773611132014859736534246 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 6 May 2024 17:48:40 -0400 Subject: Highlight matching indentation lines in linear view --- binaryninjacore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index ab638f3b..5609d72b 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1917,6 +1917,8 @@ extern "C" CommentColor, OperationColor, BaseStructureNameColor, + IndentationLineColor, + IndentationLineHighlightColor, // Script console colors ScriptConsoleOutputColor, -- cgit v1.3.1