There was an error while loading. Please reload this page.
1 parent c8a7dda commit 59e2976Copy full SHA for 59e2976
packages/gatsby-remark-embed-snippet/src/index.js
@@ -20,6 +20,7 @@ const FILE_EXTENSION_TO_LANGUAGE_MAP = {
20
bat: `batch`,
21
h: `c`,
22
tex: `latex`,
23
+ csproj: `xml`,
24
}
25
26
const getLanguage = file => {
0 commit comments