rouge-ruby / rouge

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

Add Operator Support to the HCL Lexer #2047

Closed X-Guardian closed 2 months ago

X-Guardian commented 2 months ago

Adds operator support to the HCL Lexer.

HCL Operator Sample (before)

Note the red errors

image

HCL Operator Sample (after)

image

X-Guardian commented 2 months ago

Hi @tancnle, do you need any further detail from me regarding this proposed change? It would be great to get this merged for the next release.

tancnle commented 2 months ago

Thanks, @X-Guardian. LGTM 🚀