Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Keyword

mattt edited this page Dec 21, 2020 · 1 revision

Keyword

A language keyword.

public enum Keyword

For example, the tokens func and return in the following code:

func inverse(of number: Int) -> Int {
return -number
}

Inheritance

PygmentsTokenKind, XcodeTokenKind

Properties

className

var className: String?

className

var className: String?
Clone this wiki locally