rouge-ruby / rouge

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

Add basic support for Dart 3 features #1935

Closed parlough closed 1 year ago

parlough commented 1 year ago

Adds support for keywords from following features (with links to their feature specifications):

Also removes the old interface from the :class declarations, since interface never existed in that form, it is instead a declaration modifier, similar to abstract.

tancnle commented 1 year ago

Thank you for your contribution @parlough. The PR looks good to me 🚀