- Added
Powershell
andnix
host languages (thanks to @DaRacci for the contributions)
- Added
TypeScript
as a host language, andHandlebars
as an embedded language (thanks to @AVor0n for these additions) - Loading the most popular Jinja extension no longer disables syntax highlighting in YAML files (Issue #1)
- Updated docs
Updated package description, it was too long
Added Rust and Go as host languages
Added embedded languages: Lua, Makefile, GraphQL, TypeScript, LaTeX, TeX, and Graphviz
Added experimental generation of embedded langauge snippets - these are
not added to VSCode by default yet, but they could be manually added to
a project. If you
can use the sql
snippet and depending on the host language you might
get
//c++
R"sql(
)sql"
or
#python
"""--sql
"""
Clarified "snippets" vs. "examples" in the code
New host language: Javascript
New embedded languages: hlsl, glsl, wgsl, Metal
Refactored code and added ESLint for linting
Regexp improvements for better matching
- Initial release