mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
@@ -898,7 +898,8 @@ Smarty:
|
|||||||
- .tpl
|
- .tpl
|
||||||
|
|
||||||
Standard ML:
|
Standard ML:
|
||||||
lexer: OCaml
|
type: programming
|
||||||
|
lexer: Standard ML
|
||||||
aliases:
|
aliases:
|
||||||
- sml
|
- sml
|
||||||
primary_extension: .sml
|
primary_extension: .sml
|
||||||
|
|||||||
Reference in New Issue
Block a user