mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
fix(graphql): add implements to keywords
This commit is contained in:
parent
1ff4648d05
commit
4ab50c667e
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export const language = <ILanguage>{
|
||||||
'null', 'true', 'false',
|
'null', 'true', 'false',
|
||||||
'query', 'mutation', 'subscription',
|
'query', 'mutation', 'subscription',
|
||||||
'extend', 'schema', 'directive',
|
'extend', 'schema', 'directive',
|
||||||
'scalar', 'type', 'interface', 'union', 'enum', 'input',
|
'scalar', 'type', 'interface', 'union', 'enum', 'input', 'implements',
|
||||||
'fragment', 'on',
|
'fragment', 'on',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue