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 9c41d68 commit 51cdc78Copy full SHA for 51cdc78
src/highlight.ts
@@ -5,7 +5,7 @@ import {EditorView, ViewPlugin, ViewUpdate, Decoration, DecorationSet} from "@co
5
import {EditorState, Prec, Facet, Extension, RangeSetBuilder} from "@codemirror/state"
6
import {syntaxTree, Language, languageDataProp} from "./language"
7
8
-/// A highlight style associates CSS styles with higlighting
+/// A highlight style associates CSS styles with highlighting
9
/// [tags](https://lezer.codemirror.net/docs/ref#highlight.Tag).
10
export class HighlightStyle implements Highlighter {
11
/// A style module holding the CSS rules for this highlight style.
0 commit comments