Commit Graph

  • 14ffaf4aea update color plucking logic (#113) Brad Cornes 2020-05-02 13:22:49 +0100
  • 95b249409b support css properties with multiple values Brad Cornes 2020-05-02 13:18:30 +0100
  • e39c398f48 fix tests Brad Cornes 2020-04-30 20:02:46 +0100
  • 8f2ca0a6b4 Merge branch 'next' of github.com:bradlc/vscode-tailwindcss into next Brad Cornes 2020-04-30 19:25:29 +0100
  • 4dd7450d7b
    Merge pull request #111 from zolrath/next Brad Cornes 2020-04-30 10:31:33 +0100
  • b61d24b52e Add additional eex languages Matt Furden 2020-04-30 01:57:06 -0700
  • a13290c276 show completion item color swatches for variable-alpha colors Brad Cornes 2020-04-29 23:46:05 +0100
  • 82dad05540 simplify built-in plugin finder Brad Cornes 2020-04-29 19:46:36 +0100
  • 2cd29c13d6 resolve workspace dependencies relative to config file Brad Cornes 2020-04-29 19:20:37 +0100
  • 387419d031 set chokidar cwd Brad Cornes 2020-04-29 19:13:48 +0100
  • 1768f96b53 add `HTML (EEx)` language Brad Cornes 2020-04-29 19:08:52 +0100
  • ddcb38a3da add todos Brad Cornes 2020-04-29 19:01:34 +0100
  • a52765fc0f add mustache (#58) Brad Cornes 2020-04-29 11:05:02 +0100
  • 63f8c0ff07 build and package updates Brad Cornes 2020-04-28 22:58:24 +0100
  • d66c8200d3 add languages Brad Cornes 2020-04-28 22:54:52 +0100
  • 777681aaa7 add docs url helper Brad Cornes 2020-04-28 21:42:43 +0100
  • f3f1b3b259 fix config helper hover range Brad Cornes 2020-04-28 21:19:28 +0100
  • 7f411e345b update extension package.json and add icon Brad Cornes 2020-04-28 19:06:35 +0100
  • 72ed62f730 fix zero values in CSS helper completion items Brad Cornes 2020-04-28 00:30:32 +0100
  • 8ec7510e02 fix @tailwind completion item resolution Brad Cornes 2020-04-28 00:07:07 +0100
  • feb19371f4 vary @tailwind completions based on version Brad Cornes 2020-04-28 00:06:47 +0100
  • 2c1a520547 add @tailwind completions Brad Cornes 2020-04-27 23:52:31 +0100
  • 6f5a942632 fix completion item order Brad Cornes 2020-04-27 23:18:28 +0100
  • 01f37e2c30 add @screen completion item detail Brad Cornes 2020-04-27 22:48:30 +0100
  • 2cd6b792c1 use user's separator Brad Cornes 2020-04-27 22:23:22 +0100
  • fb9539ac46 update context completion items Brad Cornes 2020-04-27 22:14:47 +0100
  • 1614bd1eed add languages Brad Cornes 2020-04-26 22:02:16 +0100
  • c69e210f7d update extension activationEvents Brad Cornes 2020-04-26 18:42:44 +0100
  • 2de4816e3c add utility config map Brad Cornes 2020-04-25 22:41:17 +0100
  • d89883b658 add group-focus variant Brad Cornes 2020-04-23 22:20:46 +0100
  • 4174b98485 remove log Brad Cornes 2020-04-23 19:58:17 +0100
  • 15d387ea45 show config errors Brad Cornes 2020-04-23 19:54:01 +0100
  • 568e078522 prevent crash on config error Brad Cornes 2020-04-22 20:29:36 +0100
  • 850ad5c0a5 fix hover provider error on unknown class name Brad Cornes 2020-04-22 19:18:57 +0100
  • 2ec21694c3 add missing dep Brad Cornes 2020-04-19 17:50:24 +0100
  • 08bfebec9c add missing dep Brad Cornes 2020-04-19 17:41:16 +0100
  • 1c26324860 add missing dep Brad Cornes 2020-04-19 17:32:07 +0100
  • 65abae2abc use decache when resolving config Brad Cornes 2020-04-19 17:31:26 +0100
  • 37bdf7439d fix array equality check Brad Cornes 2020-04-19 17:30:25 +0100
  • dd553d9d03 remove unused deps Brad Cornes 2020-04-17 19:10:19 +0100
  • 928f485a5d remove lerna deps Brad Cornes 2020-04-17 19:09:37 +0100
  • 16725980b7 add @apply hover provider Brad Cornes 2020-04-17 18:59:19 +0100
  • cb20c3bc86 remove variants filter Brad Cornes 2020-04-16 22:44:52 +0100
  • 32dca9259b add emmet-style completions Brad Cornes 2020-04-16 22:39:16 +0100
  • 3b50a445a3 refactor class name extraction and stringify Brad Cornes 2020-04-13 01:44:43 +0100
  • 9caa94fcb8 add initial @variants completions Brad Cornes 2020-04-12 23:48:57 +0100
  • 12fd0e9568 add screen directive completions Brad Cornes 2020-04-12 18:11:41 +0100
  • ba8a6ff48d add directive completions Brad Cornes 2020-04-12 17:55:32 +0100
  • 7b8ee549de add initial css helper hover Brad Cornes 2020-04-12 17:53:22 +0100
  • 97c4a29d88 update syntax scope name Brad Cornes 2020-04-12 17:09:01 +0100
  • 0c9f8f5c0d inject syntax into vue and svelte Brad Cornes 2020-04-12 17:07:19 +0100
  • a9a0983d8b add initial hover provider Brad Cornes 2020-04-12 15:48:38 +0100
  • adadf06518 add vue/svelte support Brad Cornes 2020-04-11 23:34:03 +0100
  • 072809d9b7 initial refactor Brad Cornes 2020-04-11 22:20:45 +0100
  • e74b5a7c1a
    add to readme that tailwind.config.js is required Denis LE 2020-03-28 19:06:58 +0100
  • f5dfe02f74 Merge branch 'master' of github.com:bradlc/vscode-tailwindcss Brad Cornes 2019-08-06 23:57:40 +0100
  • 0e2bc796fd Fix EEx support (for elixir/phoenix) (#54) Praveen Perera 2019-08-06 18:57:06 -0400
  • c14959937a add django support (#58) Brad Cornes 2019-08-06 19:43:11 +0100
  • dd82e0282e update changelog Brad Cornes 2019-05-16 21:54:55 +0100
  • 8ff2f0967d update changelog Brad Cornes 2019-05-16 21:47:49 +0100
  • 8ca174383f restore readme, changelog, and img Brad Cornes 2019-05-16 21:26:30 +0100
  • ddcb1e554e Merge branch 'master' of github.com:bradlc/vscode-tailwindcss Brad Cornes 2019-05-16 21:22:36 +0100
  • 2fb32939af remove tree view stuff for now Brad Cornes 2019-05-16 21:16:09 +0100
  • ab8baace62 v0.2.0 Brad Cornes 2019-05-16 21:13:57 +0100
  • 0a503e8feb add support for slim files (#36) Guillaume Briday 2019-05-12 21:11:07 +0200
  • e1a41e5a11 Added njk to the HTML_TYPES array for njk file extension support. (#31) Matt Waler 2019-05-12 15:09:03 -0400
  • 7b6390e5f7 Add support for AdonisJS Edge templating (#29) Wayne Saunders 2019-05-12 20:08:42 +0100
  • 14d179864c Support reasonml (#25) nhducit 2019-05-13 02:08:16 +0700
  • acbc5a203f update to work with lsp definition format Brad Cornes 2019-01-26 01:00:33 +0000
  • b21c42e638 fix type Brad Cornes 2019-01-16 20:15:45 +0000
  • 3b3c296006 replace microbundle with ncc Brad Cornes 2019-01-10 23:43:44 +0000
  • b7f9046644 update tree view title Brad Cornes 2019-01-10 23:41:25 +0000
  • 984bb5641c update foundDefinition callback to match response format Brad Cornes 2019-01-06 14:37:42 +0000
  • 318debc41f add placeholder to clients map to prevent >1 instance per folder Brad Cornes 2019-01-06 14:36:26 +0000
  • 163c3fc633 add modules and options to tree view Brad Cornes 2018-12-29 00:09:28 +0000
  • 805ddd2879 add tree view go to definition Brad Cornes 2018-12-29 00:02:22 +0000
  • b1ee4759c5 add tree view Brad Cornes 2018-12-28 18:38:12 +0000
  • 99be4063c4 add lsp boilerplate Brad Cornes 2018-12-18 19:27:33 +0000
  • def423a7fe custom seperator Brad Cornes 2018-12-16 14:58:21 +0000
  • d0127c15eb 0.1.16 Brad Cornes 2018-11-07 00:13:17 +0000
  • cc20e45371 Add support for Phoenix (.html.eex) files (#18) Donnie Clapp 2018-11-06 18:03:33 -0600
  • 2e05e48bef 0.1.15 Brad Cornes 2018-11-02 11:19:21 +0000
  • 2501fb56f2 add support for leaf files (#16) Brad Cornes 2018-11-02 11:16:06 +0000
  • 84bb94119e 0.1.14 Brad Cornes 2018-10-24 14:02:43 +0100
  • 12af73e2c4 add icon and update gallery banner color Brad Cornes 2018-10-24 14:02:13 +0100
  • 4ccdf30e8d 0.1.13 Brad Cornes 2018-10-23 13:05:09 +0100
  • 59b93251ad add anchor links to readme Brad Cornes 2018-10-23 12:56:36 +0100
  • 5e43fad772 fix image sizes Brad Cornes 2018-10-23 12:54:44 +0100
  • c058f1d39b Merge branch 'master' of github.com:bradlc/vscode-tailwindcss Brad Cornes 2018-10-23 12:54:12 +0100
  • 6907071536 update readme Brad Cornes 2018-10-23 12:54:09 +0100
  • 0d07e7b698 fix issue with nested vue <template> Brad Cornes 2018-10-21 02:09:28 +0100
  • 6991b22acf 0.1.12 Brad Cornes 2018-09-25 22:38:27 +0100
  • 061bff14f6 fix for number values in config() completion items (#9) Brad Cornes 2018-09-25 22:36:53 +0100
  • ce8b928891 avoid emmet matches when word starts with a HTML tag name Brad Cornes 2018-09-07 00:04:41 +0100
  • c29d0a064b add sublime gifs Brad Cornes 2018-08-30 22:59:30 +0100
  • 1fe9b0a351 0.1.11 Brad Cornes 2018-08-28 21:13:19 +0100
  • ca9032ffd8 add img folder to vscodeignore Brad Cornes 2018-08-28 21:13:02 +0100
  • 0052a2261a 0.1.10 Brad Cornes 2018-08-28 20:45:57 +0100
  • 69edb1e9d8 update readme and add changelog Brad Cornes 2018-08-28 20:40:20 +0100
  • a934dd513e add grammar (#6) Brad Cornes 2018-08-28 20:39:39 +0100