-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
There was a PR made recently on the Linguist repo. It changes the official name of the Mathematica language to Wolfram Language.
This won't cause any problems for languish at the moment since that merged PR won't affect GitHub until the next Linguist release, but might as well make the adjustment in advance. Is that something that can be solved simply by adding an entry to canonicalNames ?
Lines 11 to 28 in a90b1e1
| let canonicalNames = { | |
| "AL Code": "AL", | |
| BlitzBasic: "BlitzMax", | |
| "Classic ASP": "ASP", | |
| "Csound Document": "Csound", | |
| "Csound Score": "Csound", | |
| FORTRAN: "Fortran", | |
| "Graphviz (DOT)": "DOT", | |
| Matlab: "MATLAB", | |
| Nimrod: "Nim", | |
| PAWN: "Pawn", | |
| Perl6: "Raku", | |
| "Perl 6": "Raku", | |
| REALbasic: "Xojo", | |
| Sass: "Sass/SCSS", | |
| SCSS: "Sass/SCSS", | |
| VimL: "Vim script", | |
| } as { [name: string]: string }; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels