rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.31k stars 732 forks source link

Add a jq lexer #1863

Open Syuparn opened 1 year ago

Syuparn commented 1 year ago

This PR adds a lexer for the jq language, which can filter and transform JSON data.

image

I referred these pages below for lexing rules.