export interface LanguageSyntax { readonly commentDelimiters: readonly string[]; readonly commonCodeParts: readonly string[]; }