textMateScope property

String? textMateScope
final

The TextMate grammar scope for this language, often represented in the form source.language.

Just because a language has a null value here, doesn't mean a TextMate grammar doesn't exist for it, but rather linguist doesn't include it.

Note that linguist specifies missing TextMate scopes as none, while this library instead specifies null.

Implementation

final String? textMateScope;