Brad Cornes
|
9ac3fdcd5d
|
merge
|
2020-06-11 16:57:12 +01:00 |
Brad Cornes
|
ae52d3b55e
|
add .vscode
|
2020-06-11 16:53:12 +01:00 |
Brad Cornes
|
258fc59ec6
|
update setting descriptions
|
2020-06-11 16:45:58 +01:00 |
Brad Cornes
|
d4e8df0b67
|
update .vscodeignore
|
2020-06-11 16:20:03 +01:00 |
Brad Cornes
|
35ec1b1722
|
add requirements to readme (thanks @ledenis)
|
2020-06-11 16:13:49 +01:00 |
Brad Cornes
|
442c1132a7
|
fix changelog spacing
|
2020-06-11 16:06:39 +01:00 |
Brad Cornes
|
f964ad2fbc
|
fix changelog spacing?
|
2020-06-11 16:03:54 +01:00 |
Brad Cornes
|
c767352f2a
|
fix changelog spacing
|
2020-06-11 16:03:11 +01:00 |
Brad Cornes
|
6a97195c2c
|
emphasize default setting
|
2020-06-11 16:02:15 +01:00 |
Brad Cornes
|
b8eda022ea
|
update changelog and readme
|
2020-06-11 16:00:51 +01:00 |
Brad Cornes
|
0af54765b2
|
update package.json
|
2020-06-11 15:59:49 +01:00 |
Brad Cornes
|
51f516918f
|
Merge pull request #101 from ledenis/patch-1
add to readme that tailwind.config.js is required
|
2020-06-11 15:48:58 +01:00 |
Brad Cornes
|
2c6b77799c
|
add changelog and readme
|
2020-06-11 15:25:15 +01:00 |
Brad Cornes
|
bdfe43a639
|
provide corePlugins helper when running plugins
|
2020-06-11 12:10:47 +01:00 |
Brad Cornes
|
5f6b8e3f4e
|
v0.3.0-alpha.3
|
2020-05-25 20:09:55 +01:00 |
Brad Cornes
|
bf524542ce
|
add gohtml
|
2020-05-25 19:37:45 +01:00 |
Brad Cornes
|
02683ece85
|
add class list finder helper and fix ranges
|
2020-05-24 18:32:25 +01:00 |
Denis LE
|
1c49bfb998
|
Move requirements section over features section
|
2020-05-17 19:26:36 +02:00 |
Brad Cornes
|
d6b5a897ac
|
Merge branch 'next' of github.com:bradlc/vscode-tailwindcss into next
|
2020-05-17 17:24:00 +01:00 |
Brad Cornes
|
112f1678b2
|
add typescript (#118)
|
2020-05-17 17:23:56 +01:00 |
Brad Cornes
|
eccee758a9
|
Merge pull request #116 from danmichaelo/patch-2
Add SugarSS support
|
2020-05-17 17:14:35 +01:00 |
Brad Cornes
|
51a1050a26
|
update hover provider to use lexer for html class attribute hovers
|
2020-05-17 17:13:14 +01:00 |
Brad Cornes
|
53481192eb
|
inject syntax definition to text.html
|
2020-05-17 16:51:55 +01:00 |
Brad Cornes
|
e0093b7404
|
fix css context check
|
2020-05-17 16:50:41 +01:00 |
Brad Cornes
|
b5daeb43c3
|
use lexer for class attribute completions
|
2020-05-16 19:10:17 +01:00 |
Brad Cornes
|
c78faee425
|
add base/preflight
|
2020-05-10 13:19:17 +01:00 |
Brad Cornes
|
c9fea34deb
|
filter @apply completions
|
2020-05-10 13:06:22 +01:00 |
Dan Michael O. Heggø
|
eecb360654
|
Add SugarSS support
|
2020-05-10 13:21:28 +02:00 |
Brad Cornes
|
ef1f922c86
|
fix removeMeta when meta prop is an object
|
2020-05-10 12:06:49 +01:00 |
Denis LE
|
0f5613b157
|
tailwindcss must be installed
|
2020-05-09 21:48:32 +02:00 |
Brad Cornes
|
8eaa5c9326
|
add notification handlers
|
2020-05-09 17:24:56 +01:00 |
Brad Cornes
|
0f9ce93857
|
v0.3.0-alpha.2
|
2020-05-03 20:53:55 +01:00 |
Brad Cornes
|
7978c9e6dc
|
fix numbers being interpreted as colors
|
2020-05-03 20:52:14 +01:00 |
Brad Cornes
|
f809595659
|
only run browserslist once
|
2020-05-03 20:32:00 +01:00 |
Brad Cornes
|
243c9b4011
|
add `target` plugin helper
|
2020-05-03 19:39:06 +01:00 |
Brad Cornes
|
3836cbf2a5
|
add includeLanguages setting and remove default language client
|
2020-05-03 18:11:45 +01:00 |
Brad Cornes
|
6af6797f2c
|
move some utils
|
2020-05-03 17:10:38 +01:00 |
Brad Cornes
|
39733ae72a
|
restructure
|
2020-05-03 15:57:15 +01:00 |
Brad Cornes
|
2232f18d33
|
tweak file watching (#112)
|
2020-05-03 14:45:36 +01:00 |
Brad Cornes
|
9b136f448e
|
replace glob
|
2020-05-02 18:08:50 +01:00 |
Brad Cornes
|
14ffaf4aea
|
update color plucking logic (#113)
|
2020-05-02 13:22:49 +01:00 |
Brad Cornes
|
95b249409b
|
support css properties with multiple values
|
2020-05-02 13:18:30 +01:00 |
Brad Cornes
|
e39c398f48
|
fix tests
|
2020-04-30 20:02:46 +01:00 |
Brad Cornes
|
8f2ca0a6b4
|
Merge branch 'next' of github.com:bradlc/vscode-tailwindcss into next
|
2020-04-30 19:25:29 +01:00 |
Brad Cornes
|
4dd7450d7b
|
Merge pull request #111 from zolrath/next
Add additional Elixir eex languages
|
2020-04-30 10:31:33 +01:00 |
Matt Furden
|
b61d24b52e
|
Add additional eex languages
|
2020-04-30 01:57:06 -07:00 |
Brad Cornes
|
a13290c276
|
show completion item color swatches for variable-alpha colors
|
2020-04-29 23:46:05 +01:00 |
Brad Cornes
|
82dad05540
|
simplify built-in plugin finder
|
2020-04-29 19:46:36 +01:00 |
Brad Cornes
|
2cd29c13d6
|
resolve workspace dependencies relative to config file
|
2020-04-29 19:20:37 +01:00 |
Brad Cornes
|
387419d031
|
set chokidar cwd
|
2020-04-29 19:13:48 +01:00 |