Add language: racket (#1143)

This commit is contained in:
shenlebantongying 2021-11-24 08:47:12 -05:00 committed by GitHub
parent 72f606ee19
commit 1eecd9a2ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"] }