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.
This commit is contained in:
Robert J. Simmons
2011-09-23 10:31:17 -03:00
parent e04df8dda2
commit fcd97caaf7

View File

@@ -898,7 +898,8 @@ Smarty:
- .tpl
Standard ML:
lexer: OCaml
type: programming
lexer: Standard ML
aliases:
- sml
primary_extension: .sml