Skip to content

Commit

Permalink
PackageDetail: Fix svg highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 19, 2018
1 parent de627ff commit eb45ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PackageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ export default class PackageDetail extends Vue {
hbs: 'handlebars',
xml: 'xml',
json: 'json',
svg: 'svg',
svg: 'xml',
ftl: 'xml',
sh: 'bash',
yml: 'yaml',
Expand Down

0 comments on commit eb45ff9

Please sign in to comment.