- Support
.yml.jinja
/.yaml.jinja
file extensions, #126
- Enable VSCode HTML language participation by @devmattrick, #118 🎉🎉🎉
- Add hcl file endings for terraform/HashiCorp configuration language by @peschmae, #120
- Automate deploy, #117
- Add folding ranges, #114
- Improve bracket pair highlighting, #115
- add
.idea
,.github
andenv
to.vscodeignore
, fix #96 - Format code with prettier, #113
- Add support for Python typing stub
.pyi
files, #111 - Add support for Cython files, #110
- Better explain LaTeX syntax, #112
- Add support for rust files, #101
- Add support for Cisco IOS config files, #95
- Create add jinja PHP support, #99
- Add support for breakpoints and c file extensions, #97
- Fix default Java file associations in documentation, #86
- Add support for java files by @StoneLabs
- add more extension to C++ file support
- Add support for cpp files by @StoneLabs
- fix nginx extensions
- Add Nginx conf file support #63
- Add XML file support #53
*.env.jinja
files detected as jinja-shell syntax #47
- Add support for lua files @sunaoka #42
- Add support for Systemd Unit files @joshreep #30
- Add support for TOML files @Hipska #35
- add json support by @n-a-sz #31
- fix jinja-python @lukesneeringer
- add css support by @gsemet
- add groovy and terraform support by @chrisweissnike
- add python support by @lukesneeringer #21
- add javascript support by @sapphire-janrain #22
- add sql support, by @Nilesh3105 #20
- add properties/ini/conf file support, by @samuelcolvin #16
- add shell/bash file support, by @samuelcolvin #16
- fix snippet warnings, by @samuelcolvin #17
- add Dockerfile support, by @samuelcolvin # 18
- add latex support thanks @chrisjsewell
- add django snippets thanks @cryocaustik
- add ruby support
- change display name
- add markdown support
- add yaml support
- update readme, cleanup
- Switch comments to use jinja
{# ... #}
style
- Initial release