Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 4, 2024
1 parent c57d5e5 commit 7889678
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 1.4.0

- Trigger autocompletion for components named as `layout` or `section`.
- Fix component autocompletion insert text to contain closing statement as well.
- Trigger components autocompletion when `@!` keywords are used.
- Fix code comments shortcut to use Edge comment boundaries and not JavaScript comment boundaries.
- Fix folding markers to ignore inline tag names.

## 1.3.2

- Autocompletion was triggered when using `@section` in `.edge` files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "adonisjs",
"name": "vscode-edge",
"displayName": "Edge templates syntax highlighter",
"version": "1.3.2",
"version": "1.4.0",
"description": "Official Edge template engine extension for VSCode",
"author": "virk",
"license": "MIT",
Expand Down

0 comments on commit 7889678

Please sign in to comment.