10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
|
[[language]]
|
||
|
name = "typescript"
|
||
|
scope = "source.ts"
|
||
|
injection-regex = "^(ts|typescript)$"
|
||
|
file-types = ["ts"]
|
||
|
shebangs = []
|
||
|
roots = []
|
||
|
# TODO: highlights-params
|
||
|
language-server = { command = "deno", args = ["lsp"], language-id = "typescript"}
|
||
|
indent = { tab-width = 2, unit = " " }
|