fix: add comment token for svelte files (#12743)

Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>
pull/10391/merge
Nikita Revenco 2025-01-31 21:13:09 +00:00 committed by GitHub
parent 47f84d04ea
commit 6edff24c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1334,6 +1334,8 @@ scope = "source.svelte"
injection-regex = "svelte"
file-types = ["svelte"]
indent = { tab-width = 2, unit = " " }
comment-token = "//"
block-comment-tokens = { start = "/*", end = "*/" }
language-servers = [ "svelteserver" ]
[[grammar]]