mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-18 07:15:43 +02:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export const DEFAULT_FILE_TYPES = ['.md', '.markdown', '.mdx'];
|