Merge highlight
and aliases
options
This commit is contained in:
parent
b3a6858ac0
commit
9a5258d91d
8 changed files with 4 additions and 12 deletions
|
@ -3,8 +3,7 @@ const Language = require('../struct/Language');
|
|||
class FSharp extends Language {
|
||||
constructor() {
|
||||
super('fsharp', {
|
||||
highlight: 'fs',
|
||||
aliases: ['fsharp', 'f#', 'fs']
|
||||
aliases: ['fsharp', 'fs']
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue