feat: add prisma support
This commit is contained in:
parent
e8f1244f0f
commit
6612aa5837
2 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@ return {
|
||||||
"html",
|
"html",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"phpactor", -- php
|
"phpactor", -- php
|
||||||
|
"prismals",
|
||||||
"tailwindcss",
|
"tailwindcss",
|
||||||
"taplo", -- .toml
|
"taplo", -- .toml
|
||||||
"twiggy_language_server", -- .twig
|
"twiggy_language_server", -- .twig
|
||||||
|
@ -44,6 +45,7 @@ return {
|
||||||
html = {},
|
html = {},
|
||||||
lua_ls = {},
|
lua_ls = {},
|
||||||
phpactor = {},
|
phpactor = {},
|
||||||
|
prismals = {},
|
||||||
tailwindcss = {},
|
tailwindcss = {},
|
||||||
taplo = {},
|
taplo = {},
|
||||||
twiggy_language_server = {},
|
twiggy_language_server = {},
|
||||||
|
|
|
@ -19,6 +19,7 @@ return {
|
||||||
"markdown_inline",
|
"markdown_inline",
|
||||||
"php",
|
"php",
|
||||||
"php_only",
|
"php_only",
|
||||||
|
"prisma",
|
||||||
"pug",
|
"pug",
|
||||||
"tsx",
|
"tsx",
|
||||||
"twig",
|
"twig",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue