DockerfileToken

Type Alias DockerfileToken 

Source
pub type DockerfileToken = Token<DockerfileSyntaxKind>;

Aliased Type§

pub struct DockerfileToken {
    pub kind: DockerfileSyntaxKind,
    pub span: Range<usize>,
}

Fields§

§kind: DockerfileSyntaxKind

The kind/category of this kind (e.g., keyword, identifier, number)

§span: Range<usize>

The byte range in the source text that this kind occupies