Add .gql
and .graphqls
extensions for GraphQL icon (#12073)
There are `.gql` and `.graphqls` suffix support in [GraphQL VSCode extension](https://marketplace.visualstudio.com/items?itemName=GraphQL.vscode-graphql-syntax). I use those file extensions in my projects, hence I wanted them to be graphql icons. Release Notes: - Added GraphQL icon for `.gql` and `.graphqls` files. currently:  after this pr:  in vscode: 
This commit is contained in:
parent
2f3102672c
commit
ba1d28f160
1 changed files with 2 additions and 0 deletions
|
@ -57,7 +57,9 @@
|
||||||
"gitkeep": "vcs",
|
"gitkeep": "vcs",
|
||||||
"gitmodules": "vcs",
|
"gitmodules": "vcs",
|
||||||
"go": "go",
|
"go": "go",
|
||||||
|
"gql": "graphql",
|
||||||
"graphql": "graphql",
|
"graphql": "graphql",
|
||||||
|
"graphqls": "graphql",
|
||||||
"h": "c",
|
"h": "c",
|
||||||
"hpp": "cpp",
|
"hpp": "cpp",
|
||||||
"handlebars": "code",
|
"handlebars": "code",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue