supportedLanguages property

List<String> get supportedLanguages

The languages the LSP tools can analyze (all supported languages except wasm, which is a compile target rather than a parsed source language).

Implementation

static List<String> get supportedLanguages => _extensions.keys.toList();