Skip to content

Commit

Permalink
Add autocomplete data for SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
FIameCaster committed Aug 3, 2024
1 parent b81a96b commit 4e7757c
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/src/extensions/autocomplete/markup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ const markupCompletion = (tags: TagConfig, globalAttributes: AttributeConfig): C
}

export { htmlTags, globalHtmlAttributes } from "./data.js"

export { svgTags, globalSvgAttributes } from "./svgData.js"
export { markupCompletion }
Loading

0 comments on commit 4e7757c

Please # to comment.