autocomp: Add keyword "base_scale".

This commit is contained in:
Jaehyun Cho 2016-08-22 11:47:06 +09:00
parent 05d92ed1c3
commit 9138b6be75
1 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,20 @@ group "lexem" struct {
group "nodes" list {
group "lexem" struct {
group "nodes" list {
group "lexem" struct {
group "nodes" list {
}
group "txt" var_array {
count 1;
value "string" string: "%s: ;"
}
value "cursor_offset" int: 1;
value "line_back" int: 0;
group "name" var_array {
count 1;
value "string" string: "base_scale";
}
}
group "lexem" struct {
group "nodes" list {
group "lexem" struct {