From 81e6cd3d198cf9c2d332b918e53695a0e5bebb28 Mon Sep 17 00:00:00 2001 From: Justus Adam Date: Sun, 26 Apr 2020 19:01:36 +0100 Subject: [PATCH] Added nested block comment change info --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fbc62..0626f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ - Support for foreign imports (see https://www.haskell.org/onlinereport/haskell2010/haskellch8.html) ([#44](https://github.com/JustusAdam/language-haskell/issues/44)) - Support for visible type applications ([#73](https://github.com/JustusAdam/language-haskell/issues/73)) +- Support for nested block comments by [@reactormonk](https://github.com/reactormonk) - As a substantial internal change the grammar migratd to the YAML format, to make it easier to maintain and develop with. - Refined many of the tm scopes with new information available from the parser