Skip to main content

Function: getLanguageIdsForBaseFilename()

getLanguageIdsForBaseFilename(filename): string[]

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

Find the matching file types for a given filename.

Parameters

filename

string

the full filename

Returns

string[]

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