holodigm / graphql-elixir

GraphQL parser written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL

GraphQL parser for Elixir.

See GraphQL Spec

Implementation

Plan is to see whether leex and yecc will fit the bill.

Some resources on using leex and yecc

Developers

Atom Editor Support

Using the language-babel package? .xrl and .yrl files not syntax highlighting?

Syntax highlighting in Atom for leex (.xrl) and yecc (yrl) can be added by modifying grammars/erlang.cson.

Just open the atom-language-erlang package code in Atom and make the change described here:

jonathanmarvens/atom-language-erlang#11

however if that PR has been merged then just grab the latest version of the plugin!

About

GraphQL parser written in Elixir


Languages

Language:Elixir 100.0%