add missing keywords to pest
This commit is contained in:
parent
cfd8964ca3
commit
e90f63c8a0
1 changed files with 1 additions and 1 deletions
|
@ -119,6 +119,6 @@ WHITESPACE = _{ " " | "\t" | "\\" ~ NEWLINE}
|
|||
COMMENT = _{ ("/*" ~ (!"*/" ~ ANY)* ~ "*/") | ("//" ~ (!NEWLINE ~ ANY)*) }
|
||||
|
||||
// TODO: Order by alphabet
|
||||
keyword = @{"as"|"bool"|"byte"|"def"|"do"|"else"|"endfor"|"export"|"false"|"field"|"for"|"if"|"import"|
|
||||
keyword = @{"as"|"bool"|"byte"|"def"|"do"|"else"|"endfor"|"export"|"false"|"field"|"for"|"if"|"then"|"fi"|"import"|
|
||||
"in"|"private"|"public"|"return"|"struct"|"true"|"uint"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue