summaryrefslogtreecommitdiff
path: root/.config/coc/extensions/node_modules/coc-html/schemas
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-12-05 13:34:46 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-12-05 13:34:46 -0500
commit5849e2ad7323f086bd6edf221b29e3f0b2b7cbd3 (patch)
treebb437c98f3661b5a3ac9d721dadd2c7b6e629692 /.config/coc/extensions/node_modules/coc-html/schemas
parent6e5c51a6ee731e17e81cc5e23867dbd4ddc006e0 (diff)
Removed Useless Configs
Diffstat (limited to '.config/coc/extensions/node_modules/coc-html/schemas')
-rw-r--r--.config/coc/extensions/node_modules/coc-html/schemas/package.schema.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/coc/extensions/node_modules/coc-html/schemas/package.schema.json b/.config/coc/extensions/node_modules/coc-html/schemas/package.schema.json
deleted file mode 100644
index a4d8715..0000000
--- a/.config/coc/extensions/node_modules/coc-html/schemas/package.schema.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "title": "HTML contributions to package.json",
- "type": "object",
- "properties": {
- "contributes": {
- "type": "object",
- "properties": {
- "html.customData": {
- "type": "array",
- "markdownDescription": "A list of relative file paths pointing to JSON files following the [custom data format](https://github.com/microsoft/vscode-html-languageservice/blob/master/docs/customData.md).\n\nVS Code loads custom data on startup to enhance its HTML support for the custom HTML tags, attributes and attribute values you specify in the JSON files.\n\nThe file paths are relative to workspace and only workspace folder settings are considered.",
- "items": {
- "type": "string",
- "description": "Relative path to a HTML custom data file"
- }
- }
- }
- }
- }
-}