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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,10 @@ The following options may be passed to the `highlight` function.
89
89
}
90
90
```
91
91
92
-
**Get segments for custom highlighter**
92
+
## Custom highlighting
93
+
94
+
In case you want to do the highlighting yourself you can use `getSegments` to only let sql-highlight parse the SQL string for you. You can then use the segments to highlight it yourself.
0 commit comments