telaviv / emacs-prisma-mode

A quick and dirty emacs major mode for Prisma schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacs-prisma-mode

A quick and dirty emacs major mode for Prisma schemas.

P.S. I have quite limited time for this, so I'd be happy for good pull requests if needing features!

Yes :)

  • Syntax hilighting
  • Autoindent
  • LSP

Installation

I'm using doom-emacs, so to have the mode available I clone the repo to ~/.doom.d/emacs-prisma-mode, then in ~/.doom.d/config.el I can set:

(load! "emacs-prisma-mode/prisma-mode")

Or, you can also install as package at ~/.doom.d/packages.el

(package! prisma-mode :recipe (:host github :repo "pimeys/emacs-prisma-mode" :branch "main"))

Screenshot

All its glory

About

A quick and dirty emacs major mode for Prisma schemas

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 100.0%