bqnpad
bqnpad copied to clipboard
Fix ''' not being highlighted as a character
change the character rule in the lezer parser to always take one character (like mentioned in the spec). '''
is a character literal for a quote, but currently it parses the rest of the code as a character.