Commit Graph

88 Commits (76cbaa494871177cf7e4239fcbf5b053dddae77c)

Author SHA1 Message Date
Brad Cornes 76cbaa4948
Add support for arbitrary variants (#557)
* Support arbitrary variants

* Bump typescript and types versions
2022-05-26 11:31:22 +01:00
Brad Cornes 56bc549571 0.8.3 2022-04-25 15:25:34 +01:00
Brad Cornes d28ebbc9a1 0.8.2 2022-04-20 15:09:45 +01:00
Brad Cornes e5e93144ef Update `package-lock.json` 2022-04-13 14:12:14 +01:00
Brad Cornes fbbd4bc2d0
Add Tailwind CSS language mode (#518)
* Use `esbuild`

* Replace direct `eval`

* add initial language mode

* Update capabilities, add rename provider

* Update vscode types

* Add completion middleware to match built-in CSS provider

* Update language config to match built-in CSS language

* Add folding region completion provider

* Add stylesheet cache

* Add log and error handling

* Update settings handling, debounce validation

* Fix response flakiness by always augmenting CSS

* Respect folding range limit

* Use uncommon symbol as `@media` placeholder

* Update readme

* Use `esbuild` for language server build

* Add `theme()` completion item

* Avoid errors when using `@media screen()`

* Update readme

* Add CSS server to build script

* Rename language mode server file in prod

* Update VS Code `engines` and types versions

* Update grammar
2022-04-13 14:05:41 +01:00
Brad Cornes 0a6e5def00
Replace `@vercel/ncc` with `esbuild` (#517)
* Use `esbuild`

* Replace direct `eval`

* Use `esbuild` for language server build
2022-04-13 13:54:33 +01:00
Brad Cornes 86497bb380
Rework language boundary detection (#502)
* Fix `classRegex` error

* Rework language boundary detection
2022-03-02 17:16:35 +00:00
dependabot[bot] 676b9cec47
Bump node-fetch from 2.6.1 to 2.6.7 (#482)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 14:41:13 +00:00
dependabot[bot] 4c3e13097f
Bump trim-off-newlines from 1.0.1 to 1.0.3 (#481)
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
- [Commits](https://github.com/stevemao/trim-off-newlines/compare/v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: trim-off-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 14:40:39 +00:00
dependabot[bot] 316e6ffa61
Bump nanoid from 3.1.30 to 3.2.0 (#485)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 14:38:13 +00:00
Brad Cornes 6fdef8616a Add bundled version of `tailwindcss` and first-party plugins 2022-01-07 11:42:39 +00:00
Brad Cornes 2594afbbde Update lockfile 2022-01-06 11:14:01 +00:00
Brad Cornes a655ad4701 Bump `@parcel/watcher`
Adds M1 builds for language server
2021-11-26 15:07:15 +00:00
Brad Cornes d32e9cc086 bump `postcss` 2021-10-08 10:55:38 +01:00
Brad Cornes 53743f2faa
Add support for v3-alpha (#424)
* wip

* Update v3 support, color handling

* Update diagnostics and completions

* bump language service

* update context api usage

* bump language service
2021-10-01 14:11:45 +01:00
Brad Cornes a1e085d0cd inline `getModuleDependencies` 2021-09-10 12:30:03 +01:00
Brad Cornes 7ea4a462e2 v0.6.14 2021-08-18 13:05:06 +01:00
Brad Cornes 7090111539 add license and third-party notices for language server package 2021-07-12 17:24:19 +01:00
Brad Cornes 0a62e0dbdf update lockfile 2021-06-16 19:37:11 +01:00
Brad Cornes c01fed9c9f resolve parcel watcher prebuilds from actual package 2021-06-14 15:42:35 +01:00
Brad Cornes 4de605928b support tailwindcss v2.2 2021-06-04 12:17:00 +01:00
Brad Cornes bdb398bf80 add lerna and separate language server package 2021-06-01 12:37:15 +01:00
Brad Cornes 67f83534a2 v0.6.6 2021-05-20 17:13:41 +01:00
Brad Cornes 0fc7b0aa5a v0.6.5 2021-05-18 12:59:24 +01:00
Brad Cornes 9b0026ca1d v0.6.4 2021-05-17 12:47:40 +01:00
Brad Cornes 4d44ff9170 update package-lock 2021-05-14 12:54:05 +01:00
Brad Cornes 35125c4968 v0.6.3 2021-05-10 13:46:51 +01:00
Brad Cornes b17afd9d52 v0.6.2 2021-05-09 21:19:35 +01:00
Brad Cornes c98b2d2994 v0.6.1 2021-05-07 16:37:12 +01:00
Brad Cornes 1cf3755013 v0.6.0 2021-05-06 23:08:18 +01:00
Brad Cornes 99297add4e add jit support, refactor for general reliability 2021-05-03 18:00:04 +01:00
Brad Cornes 8fce24db9c v0.5.10 2021-04-07 23:22:57 +01:00
Brad Cornes cb5d6b6b3a v0.5.8 2021-01-29 16:42:22 +00:00
Brad Cornes c7a1632250 fix error when using @​apply in plugins (#255) 2021-01-29 16:37:39 +00:00
Brad Cornes 50b68ab5b2 bump tailwindcss-language-service version 2021-01-15 12:20:10 +00:00
Brad Cornes 16d9c1c60a bump language service version 2020-12-10 14:23:09 +00:00
Brad Cornes 5bd09789f4 add prettier dependency 2020-12-07 15:21:45 +00:00
Brad Cornes 08d32ffe09 Merge branch 'pnp-support' of https://github.com/DanSnow/tailwindcss-intellisense into DanSnow-pnp-support 2020-12-03 17:23:50 +00:00
Brad Cornes 7346d18493 v0.5.4 2020-12-02 14:11:34 +00:00
Brad Cornes 511deb4336 bump language service version 2020-12-02 14:00:51 +00:00
Brad Cornes f62a5e9092 update browserslist usage (#159)
fixes "extends" in browserslist config
2020-12-02 13:57:17 +00:00
Brad Cornes 08799a3769 bump language service version 2020-12-01 19:09:59 +00:00
Brad Cornes 6329ceca1d v0.5.2 2020-11-30 18:17:25 +00:00
Brad Cornes 8913845616 lockfile 2020-11-30 18:14:51 +00:00
Brad Cornes 13407177ba bump language service version 2020-11-30 15:19:53 +00:00
Brad Cornes a4fdd949be add experimental classRegex setting (#129) 2020-11-27 16:56:19 +00:00
Brad Cornes 33523b3f11 remove lerna and update lsp deps 2020-11-03 11:02:30 +00:00
Brad Cornes ccf7cd57a7 separate out tailwindcss-language-service package 2020-10-08 16:20:54 +01:00
Brad Cornes 93ddfe8259 v0.4.3 2020-08-25 21:38:06 +01:00
Brad Cornes 45c5cd6d4a v0.4.2 2020-08-21 16:24:47 +01:00