Skip to content

Commit

Permalink
Merge pull request #54 from e-bigmoon/T53_Add_dependencies
Browse files Browse the repository at this point in the history
Add Haskell Syntax Highlighting as a dependency
  • Loading branch information
waddlaw authored Oct 2, 2021
2 parents 7f01738 + b65f605 commit 7643a6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

### Added

- Add Haskell Syntax Highlighting as a dependency [#54](https://github.com/e-bigmoon/vscode-language-yesod/pull/54) @isao-takejib

## [0.9.0] - 2021-10-02

### Added
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"categories": [
"Programming Languages"
],
"extensionDependencies": [
"justusadam.language-haskell"
],
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 7643a6b

Please sign in to comment.