Skip to content

Commit

Permalink
Add .riot extension
Browse files Browse the repository at this point in the history
`.riot` is an [official Github extension](github-linguist/linguist#4653) and it might be worth to support it. `.tag` is no longer used for Riot.js components, it can be left here in the list for backward compatibility
  • Loading branch information
GianlucaGuarini authored Aug 5, 2021
1 parent 54c6e94 commit 2bb1cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const defaultHTMLExtensions = [
".nunjucks",
".php",
".tag",
".riot",
".twig",
".we",
]
Expand Down

0 comments on commit 2bb1cc3

Please sign in to comment.