Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 463be90

Browse files
committedJan 20, 2022
Add doc for resetHighlighter method
1 parent 70d5d3c commit 463be90

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docs/highlight.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ codeView.removeSyntaxPattern(pattern);
2727
codeView.reHighlightSyntax();
2828
```
2929

30+
### Un highlight all tokens
31+
32+
```
33+
codeView.resetHighlighter();
34+
```
35+
3036
### Clear all patterns from CodeView
3137

3238
```

0 commit comments

Comments
 (0)
Please sign in to comment.