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)