Allow unquoted object field names #10
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just like in
jq
:This is hugely more convenient to write. The highlighter already contains a lot of the necessary parsing code, it just needs to learn to recognize bare words ([a-zA-Z_]*), which we'll simply wrap in strings before passing the whole chunk to Jansson like we do now.
Of course, the shell could make use of way more extensions but: