File tree 3 files changed +10
-0
lines changed 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 1.3.7 * (2022-10-28)*
5
+ -----------------------------
6
+
7
+ * Make highlighting current line number option off by default
8
+
4
9
Version 1.3.6 * (2022-10-28)*
5
10
-----------------------------
6
11
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
32
32
- Can change highlighter update delay time.
33
33
- Support Code snippets and change it in the runtime.
34
34
- Support optional Line Number with customization.
35
+ - Support optional highlighting current line number.
36
+ - Support optional relative line number inspired from vim editor.
35
37
- Support Auto indentation with customization.
36
38
- Support highlighting matching tokens.
37
39
- 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
14
14
- Can change highlighter update delay time.
15
15
- Support Code snippets and change it in the runtime.
16
16
- Support optional Line Number with customization.
17
+ - Support optional highlighting current line number.
18
+ - Support optional relative line number inspired from vim editor.
17
19
- Support Auto indentation with customization.
18
20
- Support highlighting matching tokens.
19
21
- Support replace first and replace all matching tokens.
22
+ - Support auto pair complete.
20
23
21
24
We 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