You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,25 +53,32 @@ Highlight string as SQL, HTML, CSS or JavaScript in most languages.
52
53
- Type `h{language_abbr}` or `highlight-{language_name}` to insert a highlight block sign pair. For example, type `hjs` or `highlight-javascript` to insert `// js` and `// !js`.
53
54

54
55
55
-
56
56
## Installation
57
57
58
58
- Install from VS Code extensions (`ctrl + shift + x` or `cmd + shift + x` on mac).
59
59
- Install from [VSIX](https://github.com/iuyoy/highlight-string-code/releases) manually.
60
60
61
61
## Release Notes
62
62
63
+
### [v0.4.5]
64
+
65
+
- Modify js highlight pattern to fix [Issue#5](https://github.com/iuyoy/highlight-string-code/issues/5).
66
+
63
67
### [v0.4.4]
68
+
64
69
- Add "\s*" pattern before some signs to fix [Issue#1](https://github.com/iuyoy/highlight-string-code/issues/1).
65
70
66
71
### [v0.4.3]
72
+
67
73
- Add yaml support
68
74
- Fix typos.
69
75
70
76
Please see [CHANGELOG.md](./CHANGELOG.md) for more information.
71
77
72
78
## Issues
79
+
73
80
If you have any suggestion or issue, please feel free to submit it at [Github Issues](https://github.com/iuyoy/highlight-string-code/issues) page.
81
+
Any pull requests to add more features or improve the experience are also welcome.
0 commit comments