kumarharsh / graphql-for-vscode

GraphQL syntax highlighting, linting, auto-complete, and more!
https://marketplace.visualstudio.com/items?itemName=kumar-harsh.graphql-for-vscode
MIT License
282 stars 45 forks source link

Add directive highlighting for type system directives #311

Open markusjwetzel opened 3 years ago

markusjwetzel commented 3 years ago

GraphQL directives can be added to many places: https://spec.graphql.org/draft/#sec-Type-System.Directives

Currently not all places listed in the spec are supported for syntax highlighting. Especially many type system directive locations are missing. This pull request adds the missing places to the grammar, so that directives are syntax highlighted on all possible places.