Skip to content

Commit cc75243

Browse files
committed
allow empty highlight struct
1 parent 2d7ffcb commit cc75243

File tree

5 files changed

+3
-0
lines changed

5 files changed

+3
-0
lines changed

data/all_vector.pdf

12.3 KB
Binary file not shown.

data/big_data_raster.png

1.78 KB
Loading

data/big_data_vector.pdf

13 Bytes
Binary file not shown.

data/data_parsed.mat

3.34 KB
Binary file not shown.

utils/get_parse.m

+3
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
% highlight_parsed (struct): parsed highlighted lines data
130130

131131
% get the indices of the lines to highlight
132+
idx_vec = [];
133+
color_vec = {};
134+
name_vec = {};
132135
for i=1:length(highlight_idx)
133136
highlight_tmp = highlight_idx{i};
134137
fct = highlight_tmp.fct;

0 commit comments

Comments
 (0)