We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc0d61 commit 7cd9b37Copy full SHA for 7cd9b37
README.md
@@ -73,6 +73,17 @@ document.body.innerHTML += highlighted
73
<span class="sql-hl-string">'[email protected]'</span>
74
```
75
76
+Sample styles to get you going can be found in
77
+[sample-style.css](./sample-style.css). To use them, append the output to a
78
+`code` tag with the class name `sql`, like this:
79
+```html
80
+<code class="sql">
81
+ <span class="sql-hl-keyword">SELECT</span>
82
+ <span class="sql-hl-identifier">`id`</span>
83
+ <!-- etc... -->
84
+</code>
85
+```
86
+
87
## Options
88
The following options may be passed to the `highlight` function.
89
0 commit comments