Skip to main content

Function: getLanguagesForExt()

getLanguagesForExt(ext): string[]

Defined in: packages/cspell-filetypes/dist/filetypes.d.ts:52

Tries to find a matching language for a given file extension.

Parameters

ext

string

the file extension to look up.

Returns

string[]

an array of language ids that match the extension. The array is empty if no matches are found.