Skip to content

Commit 19b34f5

Browse files
authored
Merge branch 'master' into snyk-upgrade-10462c6e1864b7038a62ae19a55d624b
2 parents 850fed1 + 7ae084c commit 19b34f5

4 files changed

Lines changed: 435 additions & 414 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [2.10.2](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.1...v2.10.2) (2024-02-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **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)
11+
512
### [2.10.1](https://github.com/ghaschel/vscode-angular-html/compare/v2.10.0...v2.10.1) (2024-01-30)
613

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

package-lock.json

Lines changed: 66 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-angular-html",
33
"displayName": "vscode-angular-html",
44
"description": "Syntax highlighting for angular HTML Template files",
5-
"version": "2.10.1",
5+
"version": "2.10.2",
66
"publisher": "ghaschel",
77
"license": "MIT",
88
"repository": {
@@ -69,6 +69,9 @@
6969
"source.css.scss": "scss",
7070
"source.stylus": "stylus"
7171
},
72+
"tokenTypes": {
73+
"string.quoted.double.html": "other"
74+
},
7275
"injectTo": [
7376
"text.html",
7477
"template.ng"
@@ -463,7 +466,7 @@
463466
},
464467
"dependencies": {
465468
"jsonc-parser": "^3.2.1",
466-
"semver": "^7.5.4",
469+
"semver": "^7.6.0",
467470
"vscode-nls": "^5.2.0",
468471
"vscode-nls-i18n": "^0.2.4"
469472
}

0 commit comments

Comments
 (0)