rmosolgo / language-graphql

GraphQL support for Atom text editor
MIT License
57 stars 13 forks source link

Updating directives RegExp pattern to match current spec #4

Closed remyrylan closed 8 years ago

remyrylan commented 8 years ago

Testing with graphql-js v0.7.0, directives are allowed to start with an underscore, or A-Z/a-z, and then can be followed by _, 0-9, a-z and A-Z.

rmosolgo commented 8 years ago

Thanks!

rmosolgo commented 8 years ago

shipped in 0.3.0