cspell and treesitter

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-30 12:12:27 -05:00
parent b0a12075ca
commit 40eadc9b71
3 changed files with 39 additions and 39 deletions

View file

@ -28,13 +28,13 @@ local servers = {
tailwindcss = {
-- tailwind css
-- https://www.tailwind-variants.org/docs/getting-started#intellisense-setup-optional
tailwindCSS = {
experimental = {
classRegex = {
{ "tv\\((([^()]*|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]" },
},
},
},
-- tailwindCSS = {
-- experimental = {
-- classRegex = {
-- { "tv\\((([^()]*|\\([^()]*\\))*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]" },
-- },
-- },
-- },
},
pyright = {
-- python