Commit Graph

555 Commits (80336ae32061252f502456df401d706ac6266a7c)

Author SHA1 Message Date
Brad Cornes e530f03739 add missing import 2020-12-07 15:52:01 +00:00
Brad Cornes b2d47d220b add hover, color decorator, linting support for classRegex setting (#129) 2020-12-07 15:39:44 +00:00
Brad Cornes 5bd09789f4 add prettier dependency 2020-12-07 15:21:45 +00:00
David Calhoun dcde392ba6 Add ReScript support 2020-12-06 13:31:39 -06:00
Brad Cornes 264cdc0c5e fix config resolution 2020-12-03 17:59:29 +00:00
Brad Cornes 0bd003b082 Merge branch 'DanSnow-pnp-support' 2020-12-03 17:24:12 +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 6ea4a86c69 update changelog 2020-12-02 14:09:35 +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 534eb253ac update custom regex support (#129)
fixes "ors" in regexes
2020-12-02 13:52:09 +00:00
Brad Cornes d115e008d1 remove log 2020-12-02 13:29:56 +00:00
Brad Cornes f1198cf053 update changelog 2020-12-01 19:17:06 +00:00
Brad Cornes d44d85f936 v0.5.3 2020-12-01 19:14:54 +00:00
Brad Cornes 08799a3769 bump language service version 2020-12-01 19:09:59 +00:00
Brad Cornes 615fd7f630 add experimental showPixelValues setting 2020-12-01 19:05:58 +00:00
Brad Cornes 340336ed99 add some basic initialisation logs 2020-12-01 19:03:31 +00:00
Brad Cornes 85fb953d0a classRegex: increase search range, make search global (#129) 2020-12-01 16:35:46 +00:00
Brad Cornes f95c881b45 bump language service version 2020-12-01 11:19:15 +00:00
Brad Cornes 657425666b update changelog 2020-11-30 18:17:31 +00:00
Brad Cornes 6329ceca1d v0.5.2 2020-11-30 18:17:25 +00:00
Brad Cornes c508a028d4 add support for [ngClass] attribute (#187) 2020-11-30 18:15:31 +00:00
Brad Cornes 8913845616 lockfile 2020-11-30 18:14:51 +00:00
Brad Cornes 31335400cf update changelog 2020-11-30 16:29:50 +00:00
Brad Cornes 71c254964b v0.5.1 2020-11-30 16:24:38 +00:00
Brad Cornes 3fc1a11196 add mdx language support 2020-11-30 15:54:31 +00:00
Brad Cornes 13407177ba bump language service version 2020-11-30 15:19:53 +00:00
Brad Cornes 9c60e0bfca add @​layer completions 2020-11-27 17:13:46 +00:00
Brad Cornes 4f0e415df7 update docs urls 2020-11-27 17:05:58 +00:00
Brad Cornes a4fdd949be add experimental classRegex setting (#129) 2020-11-27 16:56:19 +00:00
Brad Cornes 5633349c49 remove comment 2020-11-26 20:07:56 +00:00
Brad Cornes e0f8d73a79 respect editor tab size in CSS previews 2020-11-26 20:07:39 +00:00
Brad Cornes fa875e1d50 export completionsFromClassList 2020-11-26 18:27:13 +00:00
Brad Cornes 689aaa6d3b update color parser to avoid false positives (#180) 2020-11-24 15:50:11 +00:00
Brad Cornes e6a371921f update class attribute regex 2020-11-24 15:45:08 +00:00
Brad Cornes 321098dac4 merge 2020-11-24 13:27:19 +00:00
Brad Cornes 99febcd4c0 fix readme image references 2020-11-23 10:58:30 +00:00
Brad Cornes b97c89508a update changelog 2020-11-19 17:49:35 +00:00
Brad Cornes b065fcacee remove lerna config file 2020-11-19 17:38:35 +00:00
Brad Cornes 2c05f5df3a improve support for tailwindcss v2 2020-11-19 17:34:59 +00:00
Brad Cornes 0cce870c13 update for at-apply changes in v2 2020-11-03 11:08:39 +00:00
Brad Cornes 33523b3f11 remove lerna and update lsp deps 2020-11-03 11:02:30 +00:00
Brad Cornes 8aca9fcd37 import types only 2020-10-08 17:06:29 +01:00
Brad Cornes ccf7cd57a7 separate out tailwindcss-language-service package 2020-10-08 16:20:54 +01:00
DanSnow 7ba8b4d8f8
fix: Add back pnpm support 2020-08-27 20:39:00 +08:00
Brad Cornes e713b2bed8
Rethrow postcss error 2020-08-27 13:31:41 +01:00
DanSnow 379e06e3c3
feat: Yarn PnP support 2020-08-27 20:27:58 +08:00
Brad Cornes b3fef941b6 Suppress glob errors (#174) 2020-08-27 12:16:42 +01:00
Alex Bjørlig fc827b918a Added section to troubleshooting
In refrence to issue #172, this VS code setting:
```
"search.exclude": {
    "**/*.js": true
},
```
prevented the Tailwind config from being found ☺️
2020-08-26 13:29:17 +02:00