PrismJS / prism

Lightweight, robust, elegant syntax highlighting.
https://prismjs.com
MIT License
12.34k stars 1.29k forks source link

Add syntax highlighting for GNU Autotools #3816

Open dj1vs opened 3 months ago

dj1vs commented 3 months ago

Motivation I am writing an article in Obsidian about GNU Autotools and I found out that there is no syntax highlighting available. GNU Autotools is popular, and a lot of developers still use it today.

Description By "GNU Autotools syntax highlighting" I mean highlighting for autoconf files (.ac) and automake files (.am).

Alternatives I think it would be OK to just implement M4 syntax highlighting because it is more common macros processor, on which autoconf syntax is built.