Compare commits

...

1 Commits

Author SHA1 Message Date
Atao 7ac84865e4 Add tsx and php linters 2025-03-22 11:43:32 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,7 @@ return {
"tailwindcss-language-server",
"prettierd",
"eslint-lsp",
"phpactor",
}
}
},
@ -48,7 +49,8 @@ return {
"go",
"rust",
"python",
"tsx"
"tsx",
"php"
},
},
},