(language: Language)
| 351 | * indexed rather than skipped, so it must stay in sync with that branch. |
| 352 | */ |
| 353 | export function isFileLevelOnlyLanguage(language: Language): boolean { |
| 354 | return language === 'yaml' || language === 'twig' || language === 'properties'; |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | * Get all supported languages (those with grammar definitions). |
no outgoing calls
no test coverage detected