rouge-ruby / rouge

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

Add HCL file extensions #1769

Closed maximd closed 2 years ago

maximd commented 2 years ago

Add HCL file extensions

HCL is used in Terraform which uses the .tf file extension but it is already handled by the terraform lexer. But HCL is also used by other Hashicorp tools like:

(in fact the list of HCL Schemas seems to be the most comprehensive list of HCL implementations)

maximd commented 2 years ago

Updated the PR because the .tf file extension is already handled by the terraform lexer.

tancnle commented 2 years ago

Thank you for your contribution @maximd 🙇🏼 The changes look good to me 👍🏼 🚀