All notable changes to the "jekyll-snippets" extension will be documented in this file.
- Update readme to showcase how to get the
quickSelections
to work for markdown files
- removes Jekyll Syntax as a dependency -- I do suggest using Liquid Language Support over-top of Jekyll Syntax 😬
- fixes typos introduced in
V0.9.0
- thanks to @kravenoff42 for the catch
- adds whitespace control for some control flow, comments, iterations and variables.
- miss spelled snippet fixed by @KrisvanderMast on pull-request #10
- removes
.liquid
lang support- you should download Liquid Languages Suport if you want need liquid snippets outside the support that Jekyll uses
- Added
.jekyll
lang support
- fixed image in readme
- update
extensionDependencies
to Jekyll Syntax Support
- added jsonify and fixed a few snippets
- updated readme to reflex the issue with formating repored from issue #8
- added HTML support due to odd behavior from other extensions not recognizing Liquid
- removed single quote from include snippet
- added markdown support requested from @Haroenv on issue #7
- merged the pull request from @thierrymichel
- updated the
CHANGELOG.md
- added date variable
- Added
extensionDependencies
support to the package manifest- This will now prompt/inform you that the
Liquid Language Support
extension is needed and will ask you if you want to download it.
- This will now prompt/inform you that the
- minor release to keep github release/tags in sync with
vsce minor
update
- published to market place
- preparing extension for publishing to market place
- Initial release
- added front-matter snippets
- renamed prefixes to match atom editor