diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2ca8f..31b002b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.3.7 *(2022-10-28)* +----------------------------- + +* Make highlighting current line number option off by default + Version 1.3.6 *(2022-10-28)* ----------------------------- diff --git a/README.md b/README.md index 280a405..74a3e65 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ and CodeView has AutoComplete and you can customize it with different keywords a - Can change highlighter update delay time. - Support Code snippets and change it in the runtime. - Support optional Line Number with customization. + - Support optional highlighting current line number. + - Support optional relative line number inspired from vim editor. - Support Auto indentation with customization. - Support highlighting matching tokens. - Support replace first and replace all matching tokens. diff --git a/docs/index.md b/docs/index.md index 50498d4..e32318b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,8 +14,11 @@ and CodeView has AutoComplete and you can customize it with different keywords a - Can change highlighter update delay time. - Support Code snippets and change it in the runtime. - Support optional Line Number with customization. +- Support optional highlighting current line number. +- Support optional relative line number inspired from vim editor. - Support Auto indentation with customization. - Support highlighting matching tokens. - Support replace first and replace all matching tokens. +- Support auto pair complete. We are open to any new feature request, bug fix request, and pull request. \ No newline at end of file