chelnak / gh-changelog

A gh cli extension that will make your changelogs ✨
MIT License
110 stars 4 forks source link

Fix lexer in PrintYAML method #80

Closed chelnak closed 2 years ago

chelnak commented 2 years ago

The lexer was set incorrectly to json in the PrintYaml method. This lead to broken colourisation of the config when printing as yaml.

In this PR we update the lexer to yaml.