From cc02b6bc15b2dcf9dd0b08e3acc048fe7e408447 Mon Sep 17 00:00:00 2001
From: Antony Jones <ant@enzy.org>
Date: Mon, 7 May 2018 09:58:53 +0100
Subject: [PATCH] Add parcel-plugin to list of tools, categories

Add parcel builder. I also though the list was getting a bit unwieldy so I've separated it into sections, feel free to rejig, rename or recombine them.
---
 README.md | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1bc64caa9a..1de5a43333 100644
--- a/README.md
+++ b/README.md
@@ -9,21 +9,31 @@ The magical disappearing UI framework.
 
 ---
 
+## Tooling
+
 This is the Svelte compiler, which is primarily intended for authors of tooling that integrates Svelte with different build systems. If you just want to write Svelte components and use them in your app, you probably want one of those tools:
 
+### Standalone tools
+
 * [svelte-cli](https://github.com/sveltejs/svelte-cli) – Command line interface for compiling components
-* [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) – Rollup plugin
-* [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform
+
+### Build Systems
+
 * [gulp-svelte](https://github.com/shinnn/gulp-svelte) - gulp plugin
 * [metalsmith-svelte](https://github.com/shinnn/metalsmith-svelte) - Metalsmith plugin
 * [system-svelte](https://github.com/CanopyTax/system-svelte) – System.js loader
 * [svelte-loader](https://github.com/sveltejs/svelte-loader) – Webpack loader
 * [meteor-svelte](https://github.com/klaussner/meteor-svelte) – Meteor build plugin
 * [sveltejs-brunch](https://github.com/StarpTech/sveltejs-brunch) – Brunch build plugin
+* [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) – Rollup plugin
+* [parcel-plugin-svelte](https://github.com/DeMoorJasper/parcel-plugin-svelte) - Parcel build plugin
+* [sveltify](https://github.com/tehshrike/sveltify) - Browserify transform
+
+### Additional tools
+
 * [svelte-dev-store](https://github.com/GarethOates/svelte-dev-store) - Use Redux tools to visualise Svelte store
 * More to come!
 
-
 ## Example usage
 
 ```js