feat: add support for non string keybinding arguments
This commit is contained in:
parent
ed843a9baf
commit
43c49125f8
4 changed files with 32 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ fn peek(str: []const u8, i: usize) error{OutOfBounds}!u8 {
|
|||
} else return error.OutOfBounds;
|
||||
}
|
||||
|
||||
const ParseError = error{
|
||||
pub const ParseError = error{
|
||||
OutOfMemory,
|
||||
OutOfBounds,
|
||||
InvalidEscapeSequenceStart,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue