autocomp: Fix to remove unsupported keywords in EDC.

group.data.file and part.box.items.item.span are not supported in EDC.
This commit is contained in:
Jaehyun Cho 2016-01-14 20:28:53 +09:00
parent d06a07b574
commit cf1e142364
1 changed files with 1 additions and 3 deletions

View File

@ -258,8 +258,7 @@ group "lexem" struct {
value "cursor_offset" int: 5
value "line_back" int: 0;
group "name" var_array {
count 2;
value "string" string: "file";
count 1;
value "string" string: "item";
}
}
@ -505,7 +504,6 @@ group "lexem" struct {
value "string" string: "options";
value "string" string: "padding";
value "string" string: "prefer";
value "string" string: "span";
value "string" string: "spread";
value "string" string: "weight";
}