All notable changes to this extension will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.3.0 - 2024-10-15
injectionSelector
to allow nested embedded languages
1.2.0 - 2024-09-15
- Ability to highlight all blocks from a point onwards
- Comment snippet
- Feature & settings documentation
- Extension icon
1.1.0 - 2024-09-14 (pre-release)
- Ability to highlight all blocks from a point onwards
1.0.6 - 2024-09-12
- Indentation in YAML-based embedded languages
- Changelog markup
- Grammar fix introduced in v1.0.5
1.0.5 - 2024-09-09
- Grammar for VS Code 1.93.0 microsoft/vscode#224978
1.0.4 - 2024-09-08
- Repository name to
vscode-yaml-embedded-languages
1.0.3 - 2024-08-30
- Highlighting of language identifier inside comments
1.0.2 - 2024-08-29
scopeName
to be required- Output to be bundled and minified
- Injection grammar to be separated into
source.yaml.injection
andsource.github-actions-workflow.injection
1.0.1 - 2024-08-26
while
pattern used forstripIndent
to allow empty lines
1.0.0 - 2024-08-26
stripIndent
language config option- Languages
bat
,bibtex
,cuda-cpp
,dart
,dockercompose
,handlebars
,hlsl
,ini
,jade
,jsonc
,jsonl
,javascriptreact
,julia
,less
,log
,markdown-math
,objective-cpp
,php
,raku
,razor
,restructuredtext
,vb
, andxsl
- Language aliases
c#
,f#
,make
- Markdown indentation (#13)
- Highlighting for new YAML grammar
csharp
highlighting
- Fully generated
package.json
to be partially generated regex
language to use scopesource.js.regexp
- Extension icon
- Scope of language identifier comment to highlight recognized languages
- Languages
dosbatch
andslim
(no built-in VS Code support)
0.4.0 - 2024-08-18
- Option to specify language name in
yaml-embedded-languages.include
config
- Built-in language names (#12)
0.3.3 - 2024-07-06
- Extension to generate files on update
- Doc formatting and links
0.3.2 - 2024-07-06
- User languages reset on extension update (#24)
- User language override precedence
0.3.1 - 2024-06-29
- Broken link in CHANGELOG
0.3.0 - 2024-06-28
- Support for Power Fx (#17)
0.2.0 - 2023-07-29
- Support for GitHub Actions (#9)
CONTRIBUTING.md
documentation-dev
flag onextension.js
- Path separators on macOS (#7)
- All path separators to POSIX standard (
/
) README.md
0.1.0 - 2023-03-30
yaml-embedded-languages.include
config setting to allow user language extensibility
0.0.2 - 2023-03-29
- Example image on README
0.0.1 - 2023-03-29
- Highlighting support for 40 languages in YAML block-scalars