diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-05-06 17:48:40 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-05-06 17:48:40 -0400 |
| commit | 6674992023316614773611132014859736534246 (patch) | |
| tree | ede5029bf5ebce2e4ea0ff137eb96b52f25617c4 /binaryninjacore.h | |
| parent | f428c5a7c4d01e4fe05e9b76a27bd9556f37f1d7 (diff) | |
Highlight matching indentation lines in linear view
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
