aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/tailwindcss.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-130/+0
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* fix(tailwindcss): removed deprecated code form tailwindcss (#3254)Ahmad bin Marakkar2024-08-011-7/+0
|
* feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls ↵أحمد بن مركار2024-07-191-2/+2
| | | | | | | | | | | and angularls (#3240) * feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls * chore: removed commented lines --------- Co-authored-by: Ahmad Shabeer K <shabeer@sellowpay.com>
* fix(tailwindcss): add includeLanguages (#3231)Jackie Li2024-07-121-0/+5
|
* feat: add `templ` filetype in html htmx tailwindcss (#2996)mortezadadgar2024-02-041-0/+2
| | | | | | | * feat(tailwindcss): add `templ` to filetypes * feat(html): add `templ` to filetypes * feat(htmx): add `templ` to filetypes
* fix(tailwindcss): update root_dirEmilio Ziniades2023-11-191-5/+10
|
* feat(tailwindcss): add `gohtmltmpl` to filetypes (#2862)Dietrich Moerman2023-10-141-0/+1
| | | | This was added to tailwindcss-intellisense in https://github.com/tailwindlabs/tailwindcss-intellisense/pull/473.
* feat(tailwindcss): add .mjs and .cjs in root_pattern (#2655)Phelipe Teles2023-06-081-6/+8
|
* feat: add Astro's class:list in tailwind class attributes (#2656)Phelipe Teles2023-06-071-0/+1
|
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
|
* fix: add clojure to tailwindcss lsp filetypes (#2490)Agorgianitis Loukas2023-03-031-0/+1
|
* fix(tailwindcss): added elixir filetype for tailwindcss server configuration ↵Kamil Zielinski2022-08-301-0/+1
| | | | (#2104)
* fix(tailwindcss): add 'htmldjango' to filetypes (#1737)William Boman2022-02-241-0/+1
|
* feat(tailwindcss): add heex support (#1644)Sean Baildon2022-01-141-0/+1
|
* fix(npm): resolve the command correctly on windowskylo2522021-12-081-1/+6
|
* fix(tailwindcss): add default classAttributes (#1505)Oryan Moshe2021-11-281-0/+6
| | | | | | | | | | Fixes neovim/nvim-lspconfig#1504 Adds the following default classAttributes to settings: - `class` - `className` - `classList` required by version 0.0.5 of tailwindcss-language-server
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+113