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
1. Insert sign pair `--sql` and `;` to highlight single SQL sequence.<br>
@@ -42,6 +43,8 @@ Highlight string as SQL, HTML, CSS or JavaScript in most languages.
42
43
- HTML, CSS, JS
43
44
- Insert sign pairs `<!--html-->` and `<!--!html-->`, `/*css*/` and `/*!css*/`, `//js` and `//!js` to highlight one and more HTML, CSS or JS suquences. Other comments can be added after *language name*.<br>
44
45

46
+
- Yaml
47
+
- Insert sign pairs `--- #yaml` and `#!yaml` to highlight YAML suquences.
45
48
- Other
46
49
- Highlight Variables between `{` and `}` in *highlighted* string code for `SQL` and `HTML` string. The idea is for `python` and `shell`, but works for any language now.<br>
47
50

@@ -57,10 +60,13 @@ Highlight string as SQL, HTML, CSS or JavaScript in most languages.
57
60
58
61
## Release Notes
59
62
60
-
See [CHANGELOG.md](./CHANGELOG.md)
63
+
### [v0.4.2]
64
+
- support Yaml
65
+
66
+
Please see [CHANGELOG.md](./CHANGELOG.md) for more information.
61
67
62
68
## Issues
63
-
If you have any suggestion or issue, please feel free to subbmit it at [Github Issues](https://github.com/iuyoy/highlight-string-code/issues) page.
69
+
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.
0 commit comments