Skip to content

Commit

Permalink
Add Turtle into LANGUAGES (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo Aguirre authored and Michael Fix committed Oct 3, 2018
1 parent aebf7ba commit ac22d23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/constants.js
Expand Up @@ -410,6 +410,11 @@ export const LANGUAGES = [
name: 'TOML',
mode: 'toml'
},
{
name: 'Turtle',
mode: 'turtle',
mime: 'text/turtle'
},
{
name: 'TypeScript',
mode: 'javascript',
Expand Down

0 comments on commit ac22d23

Please sign in to comment.