Skip to content

Commit

Permalink
[skip ci] 更新版本&ChangeLog (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Nov 29, 2023
1 parent ad15448 commit 83227fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.4.13 / 2023-11-29
==================
* 功能: 支持高亮带下划线的wxml标签名 [#177](https://github.com/wx-minapp/minapp-vscode/pull/177)

2.4.10 / 2023-04-26
==================
* 功能: wxml 格式化添加 js-beautify 支持
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
<img align="right" width="90px" src="https://funimg.pddpic.com/mobile_piggy/0fe81c13-7691-49ae-bb6e-39586d58a1d7.png.slim.png" alt="wxml language features logo" />

## WXML - Language Service
> 插件原名 `minapp`,现已更名为 `WXML - Language Service`,未来将持续专注微信原生小程序 wxml 的支持。
[![CI Status](https://github.com/wx-minapp/minapp-vscode/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/wx-minapp/minapp-vscode/actions/workflows/ci.yml?query=branch%3Amaster)
[![Deploy Status](https://github.com/wx-minapp/minapp-vscode/actions/workflows/deploy.yml/badge.svg)](https://github.com/wx-minapp/minapp-vscode/actions/workflows/deploy.yml)
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/qiu8310.minapp-vscode?color=brightgreen&label=Visual%20Studio%20Marketplace)](https://marketplace.visualstudio.com/items?itemName=qiu8310.minapp-vscode)
![Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/qiu8310.minapp-vscode)
![Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/qiu8310.minapp-vscode)
![Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/qiu8310.minapp-vscode)

微信小程序 .wxml 文件代码高亮,标签、属性的智能补全(同时支持原生小程序、mpvue 和 wepy 框架,并提供 code snippets)。

### 最近更新 【[CHANGELOG.md](https://github.com/wx-minapp/minapp-vscode/blob/main/CHANGELOG.md)
> [@iChenLei](https://github.com/ichenlei) 已接手维护本插件,欢迎大家在钉钉群或者 [Github issues](https://github.com/wx-minapp/minapp-vscode/issues) 提意见。
Expand Down Expand Up @@ -265,13 +261,3 @@ minapp 插件会自动将 .pug 文件关联到 `wxml-pug` 文件类型。所以

* 非小程序项目中,将 .pug 后缀的文件关联到 `pug` 文件类型
* 小程序项目中,将 .pug 后缀的文件关联到 `wxml-pug` 文件类型

### TODO

* [x] 单独的 wxml 文件样式实现和 vue 中的 wxml 文件样式一样的风格
* [x] bind 或 catch 相关的属性可以点击,并跳转到对应的函数上
* [x] 自动创建文件关联(.cjson, .wxss, .wxs)
* [ ] wxml 文件中路径自动补全
* [ ] app/page/component 的 json schema 自动关联
* [x] 添加常用的 snippets
* [x] 支持识别 self close tag
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "minapp-vscode",
"displayName": "WXML - Language Service",
"description": "WXML Language Support",
"version": "2.4.12",
"version": "2.4.13",
"publisher": "qiu8310",
"extensionKind": [
"workspace"
Expand Down

0 comments on commit 83227fe

Please sign in to comment.