Commit Graph

5 Commits (5742c36c2a405bb75642c24e8849a344ea81bb9c)

Author SHA1 Message Date
Brad Cornes 6c47780242
Fix `@layer` syntax highlighting (#637) 2022-10-20 11:44:33 +01:00
Brad Cornes 68682298b9
Fix `@screen` highlighting for Vetur SFC PostCSS styles (#538) 2022-04-22 18:07:21 +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 ed51ba73a8 Update syntax definitions 2021-11-05 16:18:48 +00:00
Brad Cornes bdb398bf80 add lerna and separate language server package 2021-06-01 12:37:15 +01:00