Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.25 KB

Change Log

[v1.3.0]

  • Added Powershell and nix host languages (thanks to @DaRacci for the contributions)

[v1.2.0]

  • Added TypeScript as a host language, and Handlebars 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

[v1.1.1]

Updated package description, it was too long

[v1.1.0]

Added Rust and Go as host languages

[v1.0.0]

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

[v0.0.2]

New host language: Javascript

New embedded languages: hlsl, glsl, wgsl, Metal

Refactored code and added ESLint for linting

Regexp improvements for better matching

[v0.0.1]

  • Initial release