Add missing key to named_keys
This commit is contained in:
parent
32dfc94909
commit
b995e00850
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
';': 'SEMICOLON',
|
||||
'=': 'EQUAL',
|
||||
'[': 'LEFT_BRACKET',
|
||||
'\\': 'BACKSLASH',
|
||||
']': 'RIGHT_BRACKET',
|
||||
'`': 'GRAVE_ACCENT'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue