From fcd97caaf7f38d1a248dbac2025361d46f44d186 Mon Sep 17 00:00:00 2001 From: "Robert J. Simmons" Date: Fri, 23 Sep 2011 10:31:17 -0300 Subject: [PATCH] Standard ML files still haven't been showing up as languages in GitHub's "what languages does this project use" view; is the lack of a "type: programming" line the reason why? Additionally, the Standard ML-specific lexer has been added to Pygments on Bitbucket's; GitHub may not use bleeding-edge Pygments, but it should be eventually possible to use Standard ML-specific lexer rather than the OCaml one. --- lib/linguist/languages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e3032c9b..c5a66822 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -898,7 +898,8 @@ Smarty: - .tpl Standard ML: - lexer: OCaml + type: programming + lexer: Standard ML aliases: - sml primary_extension: .sml