tailwind-ctp-intellisense/packages/vscode-tailwindcss/syntaxes
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
..
at-apply.tmLanguage.json Update syntax definitions 2021-11-05 16:18:48 +00:00
at-rules.scss.tmLanguage.json Update syntax definitions 2021-11-05 16:18:48 +00:00
at-rules.tmLanguage.json Update syntax definitions 2021-11-05 16:18:48 +00:00
screen-fn.tmLanguage.json Update syntax definitions 2021-11-05 16:18:48 +00:00
source.css.tailwind.tmLanguage.json Add Tailwind CSS language mode (#518) 2022-04-13 14:05:41 +01:00
theme-fn.tmLanguage.json Update syntax definitions 2021-11-05 16:18:48 +00:00