From 618c2396fcce06d8b262294d54172fff1f8d0531 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Wed, 1 May 2024 00:00:49 -0700 Subject: [PATCH] Add "wolfram" as an alias for Mathematica (#2042) --- lib/rouge/lexers/mathematica.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rouge/lexers/mathematica.rb b/lib/rouge/lexers/mathematica.rb index 2fdeefc5a5..cb6d3b5a35 100644 --- a/lib/rouge/lexers/mathematica.rb +++ b/lib/rouge/lexers/mathematica.rb @@ -7,7 +7,7 @@ class Mathematica < RegexLexer title "Mathematica" desc "Wolfram Mathematica, the world's definitive system for modern technical computing." tag 'mathematica' - aliases 'wl' + aliases 'wl', 'wolfram' filenames '*.m', '*.wl' mimetypes 'application/vnd.wolfram.mathematica.package', 'application/vnd.wolfram.wl'