11 lines
318 B
TOML
11 lines
318 B
TOML
[[language]]
|
|
name = "typescript"
|
|
scope = "source.ts"
|
|
injection-regex = "ts"
|
|
file-types = ["typescript"]
|
|
roots = ["deno.json"]
|
|
language-server = { command = "denopoo", args = ["lsp"] }
|
|
config = { deno = { enable = true, lint = true } }
|
|
comment-token = "//"
|
|
indent = { tab-width = 2, unit = " " }
|
|
grammar = "javascript" |