File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44- Add support for ` \cases ` syntax ([ #218 ] ( https://github.com/JustusAdam/language-haskell/pull/218 ) ), thanks to [ @mixphix ] ( https://github.com/mixphix )
55- Fix bare unit type applications ([ #225 ] ( https://github.com/JustusAdam/language-haskell/issue/225 ) ), thanks to [ @mixphix ] ( https://github.com/mixphix )
66- Fix qualified type operators in export lists ([ #191 ] ( https://github.com/JustusAdam/language-haskell/issue/191 ) ), thanks to [ @mixphix ]
7+ - Add support for ` elif ` in Cabal files (` cabal-version ` >= 2.2) ([ #236 ] ( https://github.com/JustusAdam/language-haskell/pull/236 ) )
78
89## 3.6.0 - 15.03.2022
910
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ patterns:
9494 '1': {name: entity.name.section.cabal}
9595 '3': {name: entity.name.function.cabal}
9696 - name : keyword.control.cabal
97- match : ' ^[ \t]*(if|else)'
97+ match : ' ^[ \t]*(if|elif| else)'
9898 - name : comment.line.double-dash
9999 match : ' ^\s*--.*$'
100100scopeName : source.cabal
You can’t perform that action at this time.
0 commit comments