yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.5k stars 199 forks source link

Parse more stuff in .cabal #1103

Open chessai opened 5 years ago

chessai commented 5 years ago

The cabal lexer was lacking in the following two ways: 1, it was missing some of cabal 2.4's supported licenses (see https://github.com/haskell/cabal/blob/a650735caa241a2ae9ed544784d8583895d50ded/Cabal/Distribution/License.hs#L137), and 2. it didn't recognise the default-language library field. This PR fixes both issues. There's some other things that could be added but they're unrelated and I need to go to bed now.