| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -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 Marakkar | 2024-08-01 | 1 | -7/+0 |
| | | |||||
| * | feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls ↵ | أحمد بن مركار | 2024-07-19 | 1 | -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 Li | 2024-07-12 | 1 | -0/+5 |
| | | |||||
| * | feat: add `templ` filetype in html htmx tailwindcss (#2996) | mortezadadgar | 2024-02-04 | 1 | -0/+2 |
| | | | | | | | | * feat(tailwindcss): add `templ` to filetypes * feat(html): add `templ` to filetypes * feat(htmx): add `templ` to filetypes | ||||
| * | fix(tailwindcss): update root_dir | Emilio Ziniades | 2023-11-19 | 1 | -5/+10 |
| | | |||||
| * | feat(tailwindcss): add `gohtmltmpl` to filetypes (#2862) | Dietrich Moerman | 2023-10-14 | 1 | -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 Teles | 2023-06-08 | 1 | -6/+8 |
| | | |||||
| * | feat: add Astro's class:list in tailwind class attributes (#2656) | Phelipe Teles | 2023-06-07 | 1 | -0/+1 |
| | | |||||
| * | fix: use exepath on server command (#2595) | Raphael | 2023-05-09 | 1 | -8/+1 |
| | | |||||
| * | fix: add clojure to tailwindcss lsp filetypes (#2490) | Agorgianitis Loukas | 2023-03-03 | 1 | -0/+1 |
| | | |||||
| * | fix(tailwindcss): added elixir filetype for tailwindcss server configuration ↵ | Kamil Zielinski | 2022-08-30 | 1 | -0/+1 |
| | | | | | (#2104) | ||||
| * | fix(tailwindcss): add 'htmldjango' to filetypes (#1737) | William Boman | 2022-02-24 | 1 | -0/+1 |
| | | |||||
| * | feat(tailwindcss): add heex support (#1644) | Sean Baildon | 2022-01-14 | 1 | -0/+1 |
| | | |||||
| * | fix(npm): resolve the command correctly on windows | kylo252 | 2021-12-08 | 1 | -1/+6 |
| | | |||||
| * | fix(tailwindcss): add default classAttributes (#1505) | Oryan Moshe | 2021-11-28 | 1 | -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 imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+113 |
