From 7526e800980480320b2d997c47e1914abb55c64f Mon Sep 17 00:00:00 2001 From: cad Date: Fri, 6 Sep 2024 11:56:42 +0200 Subject: [PATCH] fix syntax highlighting Co-authored-by: danyill --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 4f6fdb4..8b44e76 100644 --- a/API.md +++ b/API.md @@ -22,7 +22,7 @@ The **OpenSCD core API** is: OpenSCD core communicates the data necessary for editing SCL documents by setting the following [properties](https://developer.mozilla.org/en-US/docs/Glossary/Property/JavaScript) on the plugin's [DOM Element](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement): -```typescript= +```typescript export default class Plugin extends LitElement { docs: Record = {}; doc?: XMLDocument;