Skip to content

Commit 1251d19

Browse files
committed
Update README.md
1 parent 1088f1a commit 1251d19

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.1.4] - 2022-06-29
4+
### Changed
5+
- `README.md` update README
6+
37
## [1.1.3] - 2022-06-29
48
### Fixed
59
- `README.md` fix some typos

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Semantic highlighting:
5959
Also, there are some built-in settings of this extension that can customize more **advanced preferences**,
6060
for example, which language feature provider should be used, which token range should be excluded and how to deal with the backquote part. See [wiki](https://github.com/qingpeng9802/vscode-common-lisp/wiki/Configuration).
6161

62-
If you need to disable all [Programmatic Language Features](https://code.visualstudio.com/api/language-extensions/programmatic-language-features), you can set `"commonLisp.StaticAnalysis.enabled": false` in this extension's built-in settings (under `Common Lisp` tab).
62+
> Please note that the static analysis currently implemented is **experimental** and may be incomplete and contain errors, so the result is not compiler-level.
63+
If you need to disable all [Programmatic Language Features](https://code.visualstudio.com/api/language-extensions/programmatic-language-features), that is, only use TextMate-based syntax highlighting, you can set `"commonLisp.StaticAnalysis.enabled": false` in this extension's built-in settings (under `Common Lisp` tab).
6364

6465
## Design
6566

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Qingpeng Li",
77
"email": "qingpeng9802@gmail.com"
88
},
9-
"version": "1.1.3",
9+
"version": "1.1.4",
1010
"publisher": "qingpeng",
1111
"engines": {
1212
"vscode": "^1.54.0"

0 commit comments

Comments
 (0)