Does anyone know how to get syntax highlighting fo...
# prisma-whats-new
j
Does anyone know how to get syntax highlighting for the
.graphcool
file in Atom?
a
There is an open issue for the type definition for the yaml file missing in the current build
After that, I'm working on a variation of https://atom.io/packages/atom-cform-yaml with snippets for Graphcool
j
Are you talking about the
.graphcoolrc
file? I mean the
project.graphcool
file. Sorry for the confusion 🙂
a
Well, both.
j
Ok, cool. It's the schema syntax that's a bit new to me so highlighting would help.
a
That's exactly the use case for building that.
j
Sweet 🙂
l
If you go for Babel ES6 in Atom with the
project.graphcool
file, you get some half-decent syntax highlighting.