This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/helix/oldlang

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 = " " }