aceMode property

String? aceMode
final

The name of the mode supporting this language in the Ace code editor.

If a language doesn't have a mode, it's recommended to fallback to the text mode for usage in Ace.

Implementation

final String? aceMode;