languages/graphql: add graphql support

Adds a lsp for graphql, adds prettier formatters and treesitter grammar
This commit is contained in:
Dmitrii Stepanidenko 2025-04-05 21:15:33 +03:00
commit 1d53ff15b1
4 changed files with 115 additions and 0 deletions

View file

@ -320,3 +320,7 @@
[rrvsh](https://github.com/rrvsh):
- Fix namespace of python-lsp-server by changing it to python3Packages
[dmitriiStepanidenko](https://github.com/dmitriiStepanidenko):
- Add graphql LSP and formatter suport via prettier.