feat: add prisma support

This commit is contained in:
Devin Haska 2025-07-11 23:26:35 -07:00
parent e8f1244f0f
commit 6612aa5837
Signed by: wonderfulfrog
SSH key fingerprint: SHA256:ejOGyH9064rJiikox4ykOHLeuUg1f9l8wmJxs+MzNw0
2 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,7 @@ return {
"html",
"lua_ls",
"phpactor", -- php
"prismals",
"tailwindcss",
"taplo", -- .toml
"twiggy_language_server", -- .twig
@ -44,6 +45,7 @@ return {
html = {},
lua_ls = {},
phpactor = {},
prismals = {},
tailwindcss = {},
taplo = {},
twiggy_language_server = {},

View file

@ -19,6 +19,7 @@ return {
"markdown_inline",
"php",
"php_only",
"prisma",
"pug",
"tsx",
"twig",