rouge-ruby / rouge

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

Lexer `make`: `unexport` not recognized as keyword #1812

Closed egor-tensin closed 2 years ago

egor-tensin commented 2 years ago

Name of the lexer make

Code sample

unexport MAKEFLAGS

dingus link

Additional context unexport is a valid Makefile keyword, but Rouge doesn't seem to recognize that.