Add missing key to named_keys

This commit is contained in:
Luflosi
2019-08-31 22:35:51 +02:00
parent 32dfc94909
commit b995e00850

View File

@@ -32,6 +32,7 @@ named_keys = {
';': 'SEMICOLON',
'=': 'EQUAL',
'[': 'LEFT_BRACKET',
'\\': 'BACKSLASH',
']': 'RIGHT_BRACKET',
'`': 'GRAVE_ACCENT'
}