Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-highlight
/
com.monkopedia.kodemirror.lezer.highlight
/
Rule
Rule
class
Rule
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
context
Link copied to clipboard
val
context
:
List
<
String
>
?
depth
Link copied to clipboard
val
depth
:
Int
inherit
Link copied to clipboard
val
inherit
:
Boolean
next
Link copied to clipboard
var
next
:
Rule
?
The next rule in the chain, or null if this is the last rule.
opaque
Link copied to clipboard
val
opaque
:
Boolean
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>