rouge
rouge copied to clipboard
Add a jq lexer
This PR adds a lexer for the jq language, which can filter and transform JSON data.

I referred these pages below for lexing rules.
- official manual: https://stedolan.github.io/jq/manual/
- lexer implementation: https://github.com/stedolan/jq/blob/master/src/lexer.l