Skip to content

Commit

Permalink
Add language: racket (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying authored Nov 24, 2021
1 parent 72f606e commit 1eecd9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 1eecd9a

Please sign in to comment.