Add user-friendly names and show enabled languages
This commit is contained in:
parent
c1842b4df8
commit
3235944d83
24 changed files with 28 additions and 15 deletions
|
@ -3,6 +3,7 @@ const Language = require('../struct/Language');
|
|||
class FSharp extends Language {
|
||||
constructor() {
|
||||
super('fsharp', {
|
||||
name: 'F#',
|
||||
aliases: ['fsharp', 'fs']
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue