From 3479127a3ae52b662eacd070719147e4e96acf26 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 04:42:12 -0700 Subject: [PATCH] Add "wolfram" as an alias for Mathematica --- 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'