Skip to content

Commit

Permalink
document lack of syntax highlighting (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Dec 10, 2023
1 parent 6e0b8cd commit eb74276
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ auto-complete and automatically generating [Typed-Document-nodes](https://the-gu
- When you save it will generate `typed-document-nodes` for your documents and cast them to the correct type
- Will warn you when you are importing from a file that is exporting fragments that you're not using

> Note that this plugin does not do syntax highlighting, for that you still need something like
> [the VSCode/... plugin](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)
## Installation

```sh
Expand Down Expand Up @@ -41,6 +44,7 @@ when on a TypeScript file or adding a file like [this](https://github.com/0no-co

> If you are using VSCode ensure that your editor is using [the Workspace Version of TypeScript](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-the-workspace-version-of-typescript)
> this can be done by manually selecting it or adding a `.vscode/config.json` with the contents of
>
> ```json
> {
> "typescript.tsdk": "node_modules/typescript/lib",
Expand Down
3 changes: 3 additions & 0 deletions packages/graphqlsp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ auto-complete and automatically generating [Typed-Document-nodes](https://the-gu
- When you save it will generate `typed-document-nodes` for your documents and cast them to the correct type
- Will warn you when you are importing from a file that is exporting fragments that you're not using

> Note that this plugin does not do syntax highlighting, for that you still need something like
> [the VSCode/... plugin](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax)
## Installation

```sh
Expand Down

0 comments on commit eb74276

Please sign in to comment.