From 25f4b44e577fd84efa6c8c3e8de61586b31cab84 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Sat, 4 Jan 2025 15:26:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20feature=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .markdownlint.json | 4 +++- README.md | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 80ca0f4..f3a4477 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,3 +1,5 @@ { - "MD024": false + "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.36.1/schema/markdownlint-config-schema.json", + "no-duplicate-heading": false, + "line-length": false } \ No newline at end of file diff --git a/README.md b/README.md index 8b3bc91..e5a058f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # MapCompleteVScode -This is a Visual Studio Code extension for [MapComplete](https://github.com/pietervdvn/MapComplete). It adds autocompletion and defintion support for the MapComplete theme and layer configuration files. +This is a Visual Studio Code extension for [MapComplete](https://github.com/pietervdvn/MapComplete). +It adds autocompletion and defintion support for the MapComplete theme and layer configuration files. -Not everything is supported yet, but currently the following features are supported: +Currently the following features are supported: - Autocompletion for the layer names - Definition support for the layer names @@ -12,6 +13,7 @@ Not everything is supported yet, but currently the following features are suppor - Autocompletion for filter keys in questions.json - Definition support for filter keys - Definition support for paths in license_info.json files +- Colour support for markers, lines and fills ![Demo showing autcomplete for layers and icon definition](images/demo.gif)