diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 2d0f07f4..352ac741 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -802,6 +802,9 @@ INI: - .prefs - .properties primary_extension: .ini + +Inno Setup: + primary_extension: .iss Idris: type: programming @@ -1097,6 +1100,14 @@ Mercury: # Mercury's syntax is not prolog syntax, but they do share the lexer lexer: Prolog +Mercury: + type: programming + # This is the background colour on the web page. + color: "#abcdef" + primary_extension: .m + # Mercury's syntax is not prolog syntax, but they do share the lexer + lexer: Prolog + MiniD: # Legacy searchable: false primary_extension: .minid # Dummy extension diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 135f367c..895a235e 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -41,7 +41,6 @@ - foundation.css # Vendored dependencies -- thirdparty/ - vendors?/ # Debian packaging