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

C++, add C++20 module keywords 'module' and 'import' to lexer. #2023

Closed Rasmus20B closed 3 months ago

Rasmus20B commented 5 months ago

This adds the keywords 'module' and 'import' to the C++ lexer, along with a short code sample.

Screenshot 2024-01-29 at 16 51 36
tancnle commented 3 months ago

Thank you for your contribution @Rasmus20B. The PR LGTM 🚀