(language: Language)
| 560 | * indexed rather than skipped, so it must stay in sync with that branch. |
| 561 | */ |
| 562 | export function isFileLevelOnlyLanguage(language: Language): boolean { |
| 563 | return language === 'yaml' || language === 'twig' || language === 'properties'; |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * Get all supported languages (those with grammar definitions). |
no outgoing calls
no test coverage detected