(language: Language)
| 599 | * indexed rather than skipped, so it must stay in sync with that branch. |
| 600 | */ |
| 601 | export function isFileLevelOnlyLanguage(language: Language): boolean { |
| 602 | return language === 'yaml' || language === 'twig' || language === 'properties'; |
| 603 | } |
| 604 | |
| 605 | /** |
| 606 | * Get all supported languages (those with grammar definitions). |
no outgoing calls
no test coverage detected