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 --- ui/action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/action.h b/ui/action.h index 766c240b..c7357fcf 100644 --- a/ui/action.h +++ b/ui/action.h @@ -43,6 +43,7 @@ struct BINARYNINJAUIAPI HighlightTokenState BinaryNinja::Variable localVar; size_t tokenIndex; size_t characterIndex; + size_t indentGroup; HighlightTokenState(); -- cgit v1.3.1