make parenthesis as valid word characters
This commit is contained in:
parent
6c624ae848
commit
37effddaf3
3 changed files with 6 additions and 5 deletions
|
@ -45,8 +45,6 @@
|
|||
%token GRUB_PARSER_TOKEN_PIPE "|"
|
||||
%token GRUB_PARSER_TOKEN_AMP "&"
|
||||
%token GRUB_PARSER_TOKEN_SEMI ";"
|
||||
%token GRUB_PARSER_TOKEN_LPAR "("
|
||||
%token GRUB_PARSER_TOKEN_RPAR ")"
|
||||
%token GRUB_PARSER_TOKEN_LBR "{"
|
||||
%token GRUB_PARSER_TOKEN_RBR "}"
|
||||
%token GRUB_PARSER_TOKEN_NOT "!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue