Releases: vito-c/jq.vim
Releases · vito-c/jq.vim
Improved shebang
This change set is pulled from an older version of vim that will allow the shebang to be interpreted more robustly.
What's Changed
Full Changelog: v1.0.2...v1.0.3
Quick Bug Fix and adding macros
This fixes a bug introduced in the previous release around the ftplugin
Adding makeprg
Setting highlight to be the default value for the jq syntax highlighting. Fixed an issue with the escaping of \\
added ability to use :make
What's Changed
- Set 'commentstring' by @odnoletkov in #7
- [syntax] highlight if/then/elif/else/end by Conditional syntax group by @itchyny in #10
- [syntax] support all builtin functions by @itchyny in #9
- [syntax] support all builtin operators by @itchyny in #8
- Add compiler/jq.vim by @Freed-Wu in #13
- Fix escapes in jqString by @itchyny in #14
- Fix bug about colorscheme by @Freed-Wu in #11
New Contributors
- @odnoletkov made their first contribution in #7
- @itchyny made their first contribution in #10
- @Freed-Wu made their first contribution in #13
Full Changelog: v1.0.0...v1.0.1
First Release
This should have been done awhile ago but hey no better time than the present.