Skip to content

Commit

Permalink
fix: add comment token for svelte files (#12743)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>
nik-rev and nik-rev authored Jan 31, 2025
1 parent 47f84d0 commit 6edff24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
@@ -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]]

0 comments on commit 6edff24

Please sign in to comment.