File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ Version 1.3.7 * (2022-10-28)*
5+ -----------------------------
6+
7+ * Make highlighting current line number option off by default
8+
49Version 1.3.6 * (2022-10-28)*
510-----------------------------
611
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ and CodeView has AutoComplete and you can customize it with different keywords a
3232 - Can change highlighter update delay time.
3333 - Support Code snippets and change it in the runtime.
3434 - Support optional Line Number with customization.
35+ - Support optional highlighting current line number.
36+ - Support optional relative line number inspired from vim editor.
3537 - Support Auto indentation with customization.
3638 - Support highlighting matching tokens.
3739 - Support replace first and replace all matching tokens.
Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ and CodeView has AutoComplete and you can customize it with different keywords a
1414- Can change highlighter update delay time.
1515- Support Code snippets and change it in the runtime.
1616- Support optional Line Number with customization.
17+ - Support optional highlighting current line number.
18+ - Support optional relative line number inspired from vim editor.
1719- Support Auto indentation with customization.
1820- Support highlighting matching tokens.
1921- Support replace first and replace all matching tokens.
22+ - Support auto pair complete.
2023
2124We are open to any new feature request, bug fix request, and pull request.
You can’t perform that action at this time.
0 commit comments