Skip to content

Commit

Permalink
Add N-Triples language support (#519)
Browse files Browse the repository at this point in the history
* Add N-Triples & N-Quads into LANGUAGES

* Remove N-Quads since N-Triple can be used instead
  • Loading branch information
Rodolfo Aguirre authored and Michael Fix committed Oct 3, 2018
1 parent ac22d23 commit fc5e6e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/constants.js
Expand Up @@ -317,6 +317,11 @@ export const LANGUAGES = [
mime: 'text/x-mysql',
short: 'mysql'
},
{
name: 'N-Triples',
mode: 'n-triples',
mime: 'application/n-triples'
},
{
name: 'NGINX',
mode: 'nginx'
Expand Down

1 comment on commit fc5e6e4

@vercel
Copy link

@vercel vercel bot commented on fc5e6e4 Oct 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now cannot deploy because all the allocated instances are in use.
You can either upgrade your plan or down scale existing deployments.

Please sign in to comment.