core
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
core
core
/
dev.fishies.coho.core.highlighting
/
Prism
/
registerGrammar
register
Grammar
fun
registerGrammar
(
identifier
:
String
,
vararg
extraIdentifiers
:
String
,
grammar
:
(
prism4j
:
Prism4j
)
->
Prism4j.Grammar
)