Commit Graph

361 Commits (16d9c1c60a14c4b35eb98c8d4bfe8b97ca44673a)

Author SHA1 Message Date
Brad Cornes 4f17e2358d enable diagnostics in multi-language documents 2020-06-15 11:24:05 +01:00
Brad Cornes 81aad28bc8 add initial "unsupported tailwind directive" lint rule 2020-06-12 17:34:59 +01:00
Brad Cornes 2c2f63a0b8 add initial "unknown config key" lint rule 2020-06-12 17:16:54 +01:00
Brad Cornes 5e63a12b48 add initial "unknown variant" lint rule 2020-06-12 16:56:02 +01:00
Brad Cornes 7c0247fb11 add initial "unknown screen" diagnostics 2020-06-12 16:41:49 +01:00
Brad Cornes 652052c1f4 add settings for utility conflict and unsupported apply lint rules 2020-06-12 16:22:04 +01:00
Brad Cornes eb0b8e55be Merge branch 'master' into diagnostics 2020-06-12 16:20:32 +01:00
Brad Cornes 44131edd93 update .vscodeignore 2020-06-12 13:12:29 +01:00
Brad Cornes 078626320a v0.3.1 2020-06-12 13:05:21 +01:00
Brad Cornes ba94fc8ce7 update settings descriptions and types 2020-06-12 12:39:41 +01:00
Brad Cornes e8cdb99164 restore readme images 2020-06-12 12:34:01 +01:00
Brad Cornes 30bb96f983 fix hover provider when using computed attribute in vue template 2020-06-12 12:30:12 +01:00
Brad Cornes cfd4e4fd07 update class attribute regex (#125) 2020-06-12 12:29:04 +01:00
Brad Cornes cd444aba6c make pseudo class name meta always an array 2020-06-12 11:42:40 +01:00
Brad Cornes de6273dad2 add initial class name conflict diagnostics 2020-06-12 11:41:39 +01:00
Brad Cornes d5b5176756 make pseudo class name meta always an array 2020-06-12 11:26:17 +01:00
Brad Cornes cc587adf35 minor refactor of @apply diagnostics 2020-06-11 18:07:20 +01:00
Brad Cornes 1473a4d88c Merge branch 'master' into diagnostics 2020-06-11 17:41:47 +01:00
Brad Cornes b51fd5140f update vsce 2020-06-11 17:03:41 +01:00
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
Brad Cornes 8bfb6d9b67 Merge branch 'next' into diagnostics 2020-05-17 19:21:18 +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 0a62fbc90c update @apply diagnostics 2020-05-10 14:49:57 +01:00
Brad Cornes 4d87c66139 Merge branch 'next' into diagnostics 2020-05-10 14:38:48 +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