summaryrefslogtreecommitdiff
path: root/languages.toml
blob: 8e2c82cf6d175f1a390e65b3eb7cc46984e4a40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[[language]]
name = "c"
indent = { unit = "    ", tab-width = 4 }

[[language]]
name = "cpp"
indent = { unit = "    ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"]
language-servers = ["clangd", "copilot"]

[[language]]
name = "gas"
indent = { unit = "    ", tab-width = 4 }

[[grammar]]
name = "gas"
source = { git = "https://github.com/stevenlr/tree-sitter-gas", rev = "ea4c4d158010790140ff737b8bbe7bb06d3e8b92" }

[language-server.clangd]
args = ["-header-insertion=never"]

[language-server.copilot]
command = "bun"
args = ["run", "C:\\bin\\helix-gpt.js"]
environment = { HANDLER = "copilot" }
required-root-patterns = [".steven-copilot"]