Skip to content

Commit

Permalink
feat(gatsby-remark-embed-snippet): added csproj to language map so it…
Browse files Browse the repository at this point in the history
… will be recognized as xml (#36919)

embed: added csproj to language map so it will be recognized as xml
  • Loading branch information
mac2000 committed Nov 3, 2022
1 parent c8a7dda commit 59e2976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-remark-embed-snippet/src/index.js
Expand Up @@ -20,6 +20,7 @@ const FILE_EXTENSION_TO_LANGUAGE_MAP = {
bat: `batch`,
h: `c`,
tex: `latex`,
csproj: `xml`,
}

const getLanguage = file => {
Expand Down

0 comments on commit 59e2976

Please sign in to comment.