mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
fix: add comment token for svelte files (#12743)
Co-authored-by: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com>
This commit is contained in:
parent
47f84d04ea
commit
6edff24c81
1 changed files with 2 additions and 0 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue