mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +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"
|
injection-regex = "svelte"
|
||||||
file-types = ["svelte"]
|
file-types = ["svelte"]
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
comment-token = "//"
|
||||||
|
block-comment-tokens = { start = "/*", end = "*/" }
|
||||||
language-servers = [ "svelteserver" ]
|
language-servers = [ "svelteserver" ]
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue