mirror of https://github.com/helix-editor/helix
Add language: racket (#1143)
parent
72f606ee19
commit
1eecd9a2ac
|
@ -396,3 +396,12 @@ shebangs = ["perl"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 2, unit = " " }
|
indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "racket"
|
||||||
|
scope = "source.rkt"
|
||||||
|
roots = []
|
||||||
|
file-types = ["rkt"]
|
||||||
|
shebangs = ["racket"]
|
||||||
|
comment-token = ";"
|
||||||
|
language-server = { command = "racket", args = ["-l", "racket-langserver"] }
|
||||||
|
|
Loading…
Reference in New Issue