Add language: racket (#1143)
This commit is contained in:
parent
72f606ee19
commit
1eecd9a2ac
1 changed files with 9 additions and 0 deletions
|
@ -396,3 +396,12 @@ shebangs = ["perl"]
|
|||
roots = []
|
||||
comment-token = "#"
|
||||
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 a new issue