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