Skip to content

Commit

Permalink
Add Haskell to LanguageKind (#1421)
Browse files Browse the repository at this point in the history
As a maintainer of the Haskell language server, I would like to be able
to name my language :D

Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
  • Loading branch information
michaelpj and dbaeumer committed Feb 13, 2024
1 parent 3555a32 commit 21f4f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1929,6 +1929,7 @@ export namespace LanguageKind {
export const Go = 'go' as const;
export const Groovy = 'groovy' as const;
export const Handlebars = 'handlebars' as const;
export const Haskell = 'haskell' as const;
export const HTML = 'html' as const;
export const Ini = 'ini' as const;
export const Java = 'java' as const;
Expand Down

0 comments on commit 21f4f0a

Please sign in to comment.