Skip to content

Commit 025f07d

Browse files
committed
1.2.0
1 parent d4692a3 commit 025f07d

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## next
1+
## 1.2.0 (October 11, 2022)
22

3+
- Enhanced the highlighting for warnings, such as unknown property, descriptor, or at-rule, to emphasize the entire identifier instead of just a single character
34
- Bumped csstree-validator version to 4.0.1 (css-tree 3.0.0)
45
- Added support for the `@container`, `@starting-style`, `@scope`, `@position-try` and `@layer` at-rules
56
- Added support for `layer`, `layer()` and `supports()` in the `@media` at-rule

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2020 Sergey Melyukov
1+
Copyright (c) 2016-2024 Sergey Melyukov
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-csstree",
33
"displayName": "CSSTree validator",
44
"description": "Validate CSS according to W3C specs and browser implementations",
5-
"version": "1.1.0",
5+
"version": "1.2.0",
66
"keywords": [
77
"css",
88
"csstree",

src/wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function wrapper({ code }) {
2525
range,
2626
severity,
2727
message: `${message}`,
28-
source: 'csstree-validator'
28+
source: 'csstree'
2929
});
3030
}
3131

0 commit comments

Comments
 (0)