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