cspell and treesitter
This commit is contained in:
parent
b0a12075ca
commit
40eadc9b71
3 changed files with 39 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue