v0.2.1 - 2020-03-30
- Invalid arguments are now highlighted as Error
- Definition of missing valid values for some parameters
README.md
: fix broken links (LICENSE & issue)README.md
: simplification of the installation sectionREADME.md
: screenshots to show a preview of the syntax highlightingREADME.md
: screenshot to show how wrong arguments are highlightedbug-report.md
: remove the emoji in order to make the template usable
v0.2.0 - 2020-03-27
- Code of Conduct page (from Contributor Covenant)
- How to contribute to this project
- Issue templates (for
bug
andfeature
)
- The whole file
syntax/haproxy.vim
has been rewrited - ftplugin: use the full option name
cpoptions
instead ofcpo
v0.1.1 - 2020-03-25
- Header of
ftplugin/haproxy.vim
more complete
- ftdetect:
autocmd
is now in a group (as documented by:help autocmd
) - ftplugin: double quotes have been replaced by single quotes, and
scriptencoding
is now defined to utf-8 - README.md: wrap lines to 80 characters
v0.1.0 - 2020-03-24
This is the first working release of the plugin vim-haproxy 🎉