Skip to content

Commit aa65b30

Browse files
committed
feat: add icon.svg support in asset preview (v0.2.0)
1 parent 5683c7f commit aa65b30

File tree

5 files changed

+36
-10
lines changed

5 files changed

+36
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
3+
## [0.2.0] - 2025-12-10
4+
### Added
5+
- Support for `icon.svg` in asset preview (scalable vector icons now preferred over raster icons)
6+
27
## [0.1.7] - 2025-10-05
38
### Fixed
49
- wordpress.org tabbed theme now detects FAQ content even when the section is titled "Frequently Asked Questions" or appears out of the typical order. Sections are scanned globally and mapped to canonical tabs (description, installation, faq, changelog) irrespective of order.

example/assets/icon.svg

Lines changed: 22 additions & 0 deletions
Loading

language-configuration.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"comments": {
3-
"lineComment": "#",
43
"blockComment": [
54
"<!--",
65
"-->"

package-lock.json

Lines changed: 8 additions & 8 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": "wordpress-readme-preview",
33
"displayName": "WordPress Readme",
44
"description": "Preview, validate, and edit WordPress readme.txt files with syntax highlighting, IntelliSense, and accurate rendering",
5-
"version": "0.1.9",
5+
"version": "0.2.0",
66
"publisher": "persoderlind",
77
"engines": {
88
"vscode": "^1.74.0"

0 commit comments

Comments
 (0)