All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.intellij.markdown.lexer.TokenInfo.kt Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package org.intellij.markdown.lexer

import org.intellij.markdown.IElementType

data class TokenInfo(
    val type: IElementType?,
    val tokenStart: Int,
    val tokenEnd: Int,
    val rawIndex: Int,
    val normIndex: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy