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