Commit Graph

848 Commits (master)

Author SHA1 Message Date
jolheiser b321333ad0
feat: catppuccin
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2023-11-07 17:59:50 -06:00
Jordan Pittman 0b83e8d5fb 0.10.3 2023-11-02 09:58:08 -04:00
Jordan Pittman 436520832f 0.10.2 2023-11-01 13:14:05 -04:00
Jordan Pittman aa3a0509dc Bump language server 2023-11-01 10:48:40 -04:00
Jordan Pittman 38c0e28fdf Update lockfile 2023-11-01 10:48:29 -04:00
Jordan Pittman 6eefb5733e Bump language service 2023-10-31 10:37:56 -04:00
Jordan Pittman ec100b6cae Revert "Simplify type gen"
This reverts commit a13708b995.
2023-10-31 09:47:41 -04:00
Jordan Pittman dfef6c190a Update lockfile 2023-10-30 16:35:36 -04:00
Jordan Pittman 1cd4b48665 Change to a scoped package 2023-10-30 16:34:34 -04:00
Jordan Pittman c4e301871f Bump language service 2023-10-30 15:36:47 -04:00
Jordan Pittman 2caebd1d48
Remove duplicate `variant` + `value` pairs from completions (#874)
* Refactor

* Support using multiple fixtures in a single test file

* Add test

* Remove duplicate `variant` + `value` pairs from completions

* Update changelog
2023-10-27 13:44:04 -04:00
Jordan Pittman a13708b995 Simplify type gen 2023-10-27 12:01:54 -04:00
Jordan Pittman 3df69994c4 Tweak build script 2023-10-27 11:27:26 -04:00
Jordan Pittman df8857be2f Update lockfile version 2023-10-20 19:36:14 -04:00
Jordan Pittman 3cd88c8abd Fix pre-release workflow 2023-10-20 14:32:11 -04:00
Jordan Pittman c3f230740a Update lockfile 2023-10-20 14:32:04 -04:00
Jordan Pittman a80a74b348 Update contributing guide 2023-10-20 14:31:57 -04:00
Jordan Pittman dee6d420b0 Fix script 2023-10-20 14:27:33 -04:00
Jordan Pittman ff9a280071 Fix tests 2023-10-20 14:24:53 -04:00
Jordan Pittman d6f4ea3951 Fix workflows 2023-10-20 14:20:46 -04:00
Jordan Pittman 5742c36c2a Change version back
Not ready to publish a release yet
2023-10-20 14:18:48 -04:00
Jordan Pittman 19cb859b5d
Upgrade some dependencies (#871)
* Switch to NPM workspaces

* Add bun types for testing

* Remove some dependencies

* Cleanup code

* Upgrade esbuild

* Hardcode externals

They’re the same between the packages except for vscode but including an external that’s not ultimately required isn’t an error.

* Reorganize package json

* Replace TSDX with esbuild

* wip

* Simplify script

* Move esbuild into individual packages

* Bump vsce

* Fix packaging

* fixup

* Swap mri for minimist

It’s the same API but maintained

* Update lockfiles

* Add logs

* Bump version

* Update lockfile

* Add test for `extractClassNames`

* fix
2023-10-20 14:17:41 -04:00
Ignace Maes 3c0f17cadd
Add support for Glimmer(#867)
* feat: add glimmer langs

* feat: inject into gjs/gts

* Update changelog

---------

Co-authored-by: Jordan Pittman <jordan@cryptica.me>
2023-10-18 11:33:14 -04:00
dependabot[bot] a4ca640769
Bump @babel/traverse in /packages/tailwindcss-language-service (#869)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 10:49:06 -04:00
Jordan Pittman 9b9a98f977 Add release script 2023-10-13 13:41:19 -04:00
Jordan Pittman 4dd6a7d57f Update lockfile 2023-10-13 13:39:28 -04:00
Jordan Pittman 83cd162a16 0.10.1 2023-10-11 12:14:36 -04:00
Jordan Pittman 4f09c885f1 Update lockfile 2023-10-11 09:58:34 -04:00
Jordan Pittman 61aa8e16d9 Fix type error 2023-10-11 09:55:46 -04:00
Jordan Pittman 81fcd231e0 Add prettier config 2023-10-11 09:55:19 -04:00
dependabot[bot] 6ecb0011cf
Bump postcss in /packages/tailwindcss-language-service (#866)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.9 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.9...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 16:07:37 -04:00
dependabot[bot] d743b34a1e
Bump postcss in /packages/tailwindcss-language-server (#865)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.9 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.9...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 16:07:28 -04:00
dependabot[bot] 5f697353d7
Bump postcss from 8.3.9 to 8.4.31 (#864)
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.9 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.3.9...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-06 16:07:20 -04:00
Brad Cornes 909d097c30 Tidy 2023-09-28 09:23:22 +01:00
Brad Cornes d5dbede4f8 Remove unused function 2023-09-28 09:03:05 +01:00
Brad Cornes d49a90b4e7 Bump `vscode-css-languageservice` 2023-09-26 14:51:48 +01:00
Jonathan Reinink 045dc6080a Update LICENSE 2023-09-20 08:12:50 -04:00
Yt 4bf3af2f9a
Update npm lock files (#853)
* tailwindcss-language-server: update lockfile

* Update package-lock.json

* Update package-lock.json

---------

Co-authored-by: Jonathan Reinink <jonathan@reinink.ca>
2023-09-04 17:01:58 -04:00
Brad Cornes 1cc8e62da3
Add "Sort Selection" command (#851)
* Add `sortSelection` command

* wip

* wip

* wip

* wip

* wip

* wip

* Add test

* Update command name and description

* Don't show sort command if file is excluded
2023-08-31 15:53:20 +01:00
Brad Cornes 2599da8541 Use `move-file-cli` in npm script for compatibility 2023-08-30 14:44:40 +01:00
Brad Cornes 9ccc34d616 0.10.0 2023-08-29 11:30:37 +01:00
Brad Cornes f202bab7b9 Add global test timeout 2023-08-29 11:13:54 +01:00
Brad Cornes 31e28e862f Increase v2 test timeout 2023-08-29 11:04:38 +01:00
Brad Cornes c1c811e7a3 Run `test:prepare` script before running tests 2023-08-29 10:55:54 +01:00
Brad Cornes e242535cac Add test step to pre-release workflow 2023-08-29 10:45:10 +01:00
Brad Cornes 401a306e16
Fix recommended variant order linting in Tailwind v2 (#849) 2023-08-29 10:42:11 +01:00
Brad Cornes bac7e2e564 Add tests 2023-08-29 10:37:51 +01:00
Florian Stellbrink 0964dbfe4a
Add basic build instructions (#830)
* Add basic build instructions

* Create `CONTRIBUTING.md`

---------

Co-authored-by: Brad Cornes <hello@bradley.dev>
2023-08-22 14:18:40 +01:00
atgote d5268fd41e
Fix language server initialisation outside of VS Code (#803)
* Remove buggy await call

This is to resolve issue https://github.com/tailwindlabs/tailwindcss-intellisense/issues/802

* Fix unhandled method errors

---------

Co-authored-by: Brad Cornes <hello@bradley.dev>
2023-08-22 12:26:05 +01:00
Brad Cornes ac2f9fabd7 update workflow 2023-08-21 16:59:37 +01:00