mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
Merge eb8ca16a14
into b5c4501903
This commit is contained in:
commit
ef04c003bb
5 changed files with 110 additions and 0 deletions
|
@ -77,6 +77,7 @@ function plugin() {
|
|||
if (
|
||||
node.lang !== "svelte" &&
|
||||
!node.value.startsWith("<FileSource") &&
|
||||
!node.value.startsWith("<Playground") &&
|
||||
!node.value.startsWith("<script>") &&
|
||||
!node.value.match(/svx-ignore/g)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue