prisma-ts-mode

Homepage: https://github.com/nverno/prisma-ts-mode

Author: Noah Peart

Updated:

Summary

Major mode for prisma using tree-sitter

Commentary

This package defines a major mode for prisma schema language buffers using
tree-sitter. It provides support for indentation, font-locking, imenu, and
structural navigation.

The tree-sitter grammar compatible with this package can be found at
https://github.com/victorhqc/tree-sitter-prisma.

Dependencies