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

Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>
This commit is contained in:
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

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]]