Skip to content

Commit

Permalink
update editor community plugins (#2664)
Browse files Browse the repository at this point in the history
* update editor community plugins

* Update content/300-guides/125-development-environment/100-editor-setup.mdx

* Update 100-editor-setup.mdx

* Update content/300-guides/125-development-environment/100-editor-setup.mdx

* Update 100-editor-setup.mdx

* Update content/300-guides/125-development-environment/100-editor-setup.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

* Update content/300-guides/125-development-environment/100-editor-setup.mdx

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>

Co-authored-by: Jan Piotrowski <piotrowski+github@gmail.com>
  • Loading branch information
2 people authored and matthewmueller committed Jul 22, 2022
1 parent bc2da57 commit 2540f30
Showing 1 changed file with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,25 @@ You can install the [Prisma VS Code extension](https://marketplace.visualstudio.
### Emacs

For Emacs you can use [emacs-prisma-mode](https://github.com/pimeys/emacs-prisma-mode).
[emacs-prisma-mode](https://github.com/pimeys/emacs-prisma-mode) provides syntax highlighting of the Prisma Schema Language and uses the Prisma Language Server.

### Vim

[vim-prisma](https://github.com/pantharshit00/vim-prisma) is a plugin that provides file detection and syntax highlighting support for Prisma 2.
[vim-prisma](https://github.com/pantharshit00/vim-prisma) provides file detection and syntax highlighting of the Prisma Schema Language.

### neovim

[coc-prisma](https://github.com/pantharshit00/coc-prisma) implements the Prisma Language Server.

### Jetbrains IDE

[Jetbrains](https://plugins.jetbrains.com/plugin/14240-prisma) offers an extension to support the Prisma Schema Language.
[Prisma](https://plugins.jetbrains.com/plugin/14240-prisma) provides syntax highlighting of the Prisma Schema Language.
[Prisma Support](https://plugins.jetbrains.com/plugin/14282-prisma-support) provides syntax highlighting of the Prisma Schema Language.

### Sublime Text

[sublimeText3](https://github.com/prisma/sublimeText3) provides syntax highlighting of the Prisma Schema Language.

### nova

[Prisma](https://extensions.panic.com/extensions/robb-j/robb-j.Prisma/) provides syntax highlighting of the Prisma Schema Language and uses the Prisma Language Server.

0 comments on commit 2540f30

Please sign in to comment.