Skip to content

Commit

Permalink
Merge branch 'master' into snyk-upgrade-10462c6e1864b7038a62ae19a55d624b
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaschel authored Mar 11, 2024
2 parents 850fed1 + 7ae084c commit 19b34f5
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 414 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.10.2](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.1...v2.10.2) (2024-02-14)


### Bug Fixes

* **intelisense:** fixed on-type intelisense ([24ea055](https://github.com/ghaschel/vscode-angular-html/commit/24ea0555c4d1e03c0e839d1e5ed2e6fa8da83699)), closes [#94](https://github.com/ghaschel/vscode-angular-html/issues/94)

### [2.10.1](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.0...v2.10.1) (2024-01-30)

## [2.10.0](https://github.com/ghaschel/vscode-angular-html/compare/v2.9.0...v2.10.0) (2024-01-30)
Expand Down
121 changes: 66 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-angular-html",
"displayName": "vscode-angular-html",
"description": "Syntax highlighting for angular HTML Template files",
"version": "2.10.1",
"version": "2.10.2",
"publisher": "ghaschel",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -69,6 +69,9 @@
"source.css.scss": "scss",
"source.stylus": "stylus"
},
"tokenTypes": {
"string.quoted.double.html": "other"
},
"injectTo": [
"text.html",
"template.ng"
Expand Down Expand Up @@ -463,7 +466,7 @@
},
"dependencies": {
"jsonc-parser": "^3.2.1",
"semver": "^7.5.4",
"semver": "^7.6.0",
"vscode-nls": "^5.2.0",
"vscode-nls-i18n": "^0.2.4"
}
Expand Down
Loading

0 comments on commit 19b34f5

Please # to comment.