Add language: racket (#1143)

imgbot
shenlebantongying 3 years ago committed by GitHub
parent 72f606ee19
commit 1eecd9a2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save