Skip to content

Commit

Permalink
fix syntax highlighting
Browse files Browse the repository at this point in the history
Co-authored-by: danyill <[email protected]>
  • Loading branch information
ca-d and danyill authored Sep 6, 2024
1 parent 3c56a94 commit 7526e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, XMLDocument> = {};
doc?: XMLDocument;
Expand Down

0 comments on commit 7526e80

Please sign in to comment.