@enjoys/context-engine 1.0.8 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (487) hide show
  1. package/README.md +28 -0
  2. package/data/codeActions/awk.json +41 -0
  3. package/data/codeActions/bash.json +169 -0
  4. package/data/codeActions/c.json +35 -0
  5. package/data/codeActions/caddy.json +35 -0
  6. package/data/codeActions/cpp.json +35 -0
  7. package/data/codeActions/crontab.json +27 -0
  8. package/data/codeActions/csharp.json +35 -0
  9. package/data/codeActions/dockerfile.json +35 -0
  10. package/data/codeActions/dotenv.json +27 -0
  11. package/data/codeActions/go.json +49 -0
  12. package/data/codeActions/graphql.json +41 -0
  13. package/data/codeActions/hcl.json +35 -0
  14. package/data/codeActions/html.json +27 -0
  15. package/data/codeActions/ini.json +27 -0
  16. package/data/codeActions/java.json +35 -0
  17. package/data/codeActions/javascript.json +49 -0
  18. package/data/codeActions/json.json +27 -0
  19. package/data/codeActions/lua.json +49 -0
  20. package/data/codeActions/makefile.json +35 -0
  21. package/data/codeActions/markdown.json +27 -0
  22. package/data/codeActions/nginx.json +35 -0
  23. package/data/codeActions/perl.json +49 -0
  24. package/data/codeActions/php.json +49 -0
  25. package/data/codeActions/powershell.json +49 -0
  26. package/data/codeActions/protobuf.json +49 -0
  27. package/data/codeActions/python.json +49 -0
  28. package/data/codeActions/redis-cli.json +27 -0
  29. package/data/codeActions/ruby.json +49 -0
  30. package/data/codeActions/rust.json +49 -0
  31. package/data/codeActions/sql.json +41 -0
  32. package/data/codeActions/ssh_config.json +35 -0
  33. package/data/codeActions/systemd.json +27 -0
  34. package/data/codeActions/toml.json +27 -0
  35. package/data/codeActions/typescript.json +49 -0
  36. package/data/codeActions/xml.json +27 -0
  37. package/data/codeActions/yaml.json +27 -0
  38. package/data/codeActions/zsh.json +49 -0
  39. package/data/codeLens/awk.json +12 -0
  40. package/data/codeLens/bash.json +75 -0
  41. package/data/codeLens/c.json +12 -0
  42. package/data/codeLens/caddy.json +12 -0
  43. package/data/codeLens/cpp.json +26 -0
  44. package/data/codeLens/crontab.json +12 -0
  45. package/data/codeLens/csharp.json +33 -0
  46. package/data/codeLens/dockerfile.json +4 -0
  47. package/data/codeLens/dotenv.json +4 -0
  48. package/data/codeLens/go.json +26 -0
  49. package/data/codeLens/graphql.json +33 -0
  50. package/data/codeLens/hcl.json +12 -0
  51. package/data/codeLens/html.json +12 -0
  52. package/data/codeLens/ini.json +4 -0
  53. package/data/codeLens/java.json +33 -0
  54. package/data/codeLens/javascript.json +40 -0
  55. package/data/codeLens/json.json +4 -0
  56. package/data/codeLens/lua.json +12 -0
  57. package/data/codeLens/makefile.json +19 -0
  58. package/data/codeLens/markdown.json +4 -0
  59. package/data/codeLens/nginx.json +12 -0
  60. package/data/codeLens/perl.json +19 -0
  61. package/data/codeLens/php.json +40 -0
  62. package/data/codeLens/powershell.json +26 -0
  63. package/data/codeLens/protobuf.json +26 -0
  64. package/data/codeLens/python.json +26 -0
  65. package/data/codeLens/redis-cli.json +4 -0
  66. package/data/codeLens/ruby.json +26 -0
  67. package/data/codeLens/rust.json +40 -0
  68. package/data/codeLens/sql.json +33 -0
  69. package/data/codeLens/ssh_config.json +4 -0
  70. package/data/codeLens/systemd.json +4 -0
  71. package/data/codeLens/toml.json +4 -0
  72. package/data/codeLens/typescript.json +47 -0
  73. package/data/codeLens/xml.json +12 -0
  74. package/data/codeLens/yaml.json +4 -0
  75. package/data/codeLens/zsh.json +19 -0
  76. package/data/color/awk.json +6 -0
  77. package/data/color/bash.json +100 -0
  78. package/data/color/c.json +6 -0
  79. package/data/color/caddy.json +6 -0
  80. package/data/color/cpp.json +6 -0
  81. package/data/color/crontab.json +6 -0
  82. package/data/color/csharp.json +6 -0
  83. package/data/color/dockerfile.json +6 -0
  84. package/data/color/dotenv.json +6 -0
  85. package/data/color/go.json +6 -0
  86. package/data/color/graphql.json +6 -0
  87. package/data/color/hcl.json +6 -0
  88. package/data/color/html.json +85 -0
  89. package/data/color/ini.json +6 -0
  90. package/data/color/java.json +6 -0
  91. package/data/color/javascript.json +85 -0
  92. package/data/color/json.json +6 -0
  93. package/data/color/lua.json +6 -0
  94. package/data/color/makefile.json +6 -0
  95. package/data/color/markdown.json +6 -0
  96. package/data/color/nginx.json +6 -0
  97. package/data/color/perl.json +6 -0
  98. package/data/color/php.json +85 -0
  99. package/data/color/powershell.json +6 -0
  100. package/data/color/protobuf.json +6 -0
  101. package/data/color/python.json +6 -0
  102. package/data/color/redis-cli.json +6 -0
  103. package/data/color/ruby.json +6 -0
  104. package/data/color/rust.json +6 -0
  105. package/data/color/sql.json +6 -0
  106. package/data/color/ssh_config.json +6 -0
  107. package/data/color/systemd.json +6 -0
  108. package/data/color/toml.json +6 -0
  109. package/data/color/typescript.json +85 -0
  110. package/data/color/xml.json +6 -0
  111. package/data/color/yaml.json +6 -0
  112. package/data/color/zsh.json +6 -0
  113. package/data/commands/bash.json +102 -0
  114. package/data/commands/manifest.json +54 -26
  115. package/data/declaration/awk.json +175 -0
  116. package/data/declaration/bash.json +301 -0
  117. package/data/declaration/c.json +205 -0
  118. package/data/declaration/caddy.json +115 -0
  119. package/data/declaration/cpp.json +217 -0
  120. package/data/declaration/crontab.json +12 -0
  121. package/data/declaration/csharp.json +205 -0
  122. package/data/declaration/dockerfile.json +24 -0
  123. package/data/declaration/dotenv.json +12 -0
  124. package/data/declaration/go.json +139 -0
  125. package/data/declaration/graphql.json +42 -0
  126. package/data/declaration/hcl.json +211 -0
  127. package/data/declaration/html.json +18 -0
  128. package/data/declaration/ini.json +18 -0
  129. package/data/declaration/java.json +217 -0
  130. package/data/declaration/javascript.json +217 -0
  131. package/data/declaration/json.json +12 -0
  132. package/data/declaration/lua.json +199 -0
  133. package/data/declaration/makefile.json +199 -0
  134. package/data/declaration/markdown.json +18 -0
  135. package/data/declaration/nginx.json +24 -0
  136. package/data/declaration/perl.json +199 -0
  137. package/data/declaration/php.json +223 -0
  138. package/data/declaration/powershell.json +211 -0
  139. package/data/declaration/protobuf.json +30 -0
  140. package/data/declaration/python.json +205 -0
  141. package/data/declaration/redis-cli.json +186 -0
  142. package/data/declaration/ruby.json +211 -0
  143. package/data/declaration/rust.json +241 -0
  144. package/data/declaration/sql.json +217 -0
  145. package/data/declaration/ssh_config.json +18 -0
  146. package/data/declaration/systemd.json +18 -0
  147. package/data/declaration/toml.json +24 -0
  148. package/data/declaration/typescript.json +235 -0
  149. package/data/declaration/xml.json +18 -0
  150. package/data/declaration/yaml.json +24 -0
  151. package/data/declaration/zsh.json +205 -0
  152. package/data/documentHighlight/awk.json +135 -0
  153. package/data/documentHighlight/bash.json +393 -0
  154. package/data/documentHighlight/c.json +183 -0
  155. package/data/documentHighlight/caddy.json +135 -0
  156. package/data/documentHighlight/cpp.json +314 -0
  157. package/data/documentHighlight/crontab.json +39 -0
  158. package/data/documentHighlight/csharp.json +363 -0
  159. package/data/documentHighlight/dockerfile.json +113 -0
  160. package/data/documentHighlight/dotenv.json +19 -0
  161. package/data/documentHighlight/go.json +234 -0
  162. package/data/documentHighlight/graphql.json +104 -0
  163. package/data/documentHighlight/hcl.json +145 -0
  164. package/data/documentHighlight/html.json +180 -0
  165. package/data/documentHighlight/ini.json +36 -0
  166. package/data/documentHighlight/java.json +318 -0
  167. package/data/documentHighlight/javascript.json +262 -0
  168. package/data/documentHighlight/json.json +28 -0
  169. package/data/documentHighlight/lua.json +141 -0
  170. package/data/documentHighlight/makefile.json +280 -0
  171. package/data/documentHighlight/markdown.json +23 -0
  172. package/data/documentHighlight/nginx.json +215 -0
  173. package/data/documentHighlight/perl.json +288 -0
  174. package/data/documentHighlight/php.json +321 -0
  175. package/data/documentHighlight/powershell.json +320 -0
  176. package/data/documentHighlight/protobuf.json +131 -0
  177. package/data/documentHighlight/python.json +222 -0
  178. package/data/documentHighlight/redis-cli.json +23 -0
  179. package/data/documentHighlight/ruby.json +342 -0
  180. package/data/documentHighlight/rust.json +238 -0
  181. package/data/documentHighlight/sql.json +547 -0
  182. package/data/documentHighlight/ssh_config.json +236 -0
  183. package/data/documentHighlight/systemd.json +363 -0
  184. package/data/documentHighlight/toml.json +32 -0
  185. package/data/documentHighlight/typescript.json +364 -0
  186. package/data/documentHighlight/xml.json +97 -0
  187. package/data/documentHighlight/yaml.json +48 -0
  188. package/data/documentHighlight/zsh.json +266 -0
  189. package/data/documentSymbol/awk.json +12 -0
  190. package/data/documentSymbol/bash.json +124 -0
  191. package/data/documentSymbol/c.json +26 -0
  192. package/data/documentSymbol/caddy.json +19 -0
  193. package/data/documentSymbol/cpp.json +40 -0
  194. package/data/documentSymbol/crontab.json +12 -0
  195. package/data/documentSymbol/csharp.json +47 -0
  196. package/data/documentSymbol/dockerfile.json +26 -0
  197. package/data/documentSymbol/dotenv.json +12 -0
  198. package/data/documentSymbol/go.json +33 -0
  199. package/data/documentSymbol/graphql.json +47 -0
  200. package/data/documentSymbol/hcl.json +33 -0
  201. package/data/documentSymbol/html.json +19 -0
  202. package/data/documentSymbol/ini.json +19 -0
  203. package/data/documentSymbol/java.json +40 -0
  204. package/data/documentSymbol/javascript.json +40 -0
  205. package/data/documentSymbol/json.json +12 -0
  206. package/data/documentSymbol/lua.json +19 -0
  207. package/data/documentSymbol/makefile.json +19 -0
  208. package/data/documentSymbol/markdown.json +19 -0
  209. package/data/documentSymbol/nginx.json +26 -0
  210. package/data/documentSymbol/perl.json +26 -0
  211. package/data/documentSymbol/php.json +47 -0
  212. package/data/documentSymbol/powershell.json +33 -0
  213. package/data/documentSymbol/protobuf.json +33 -0
  214. package/data/documentSymbol/python.json +26 -0
  215. package/data/documentSymbol/redis-cli.json +4 -0
  216. package/data/documentSymbol/ruby.json +33 -0
  217. package/data/documentSymbol/rust.json +68 -0
  218. package/data/documentSymbol/sql.json +40 -0
  219. package/data/documentSymbol/ssh_config.json +19 -0
  220. package/data/documentSymbol/systemd.json +19 -0
  221. package/data/documentSymbol/toml.json +26 -0
  222. package/data/documentSymbol/typescript.json +61 -0
  223. package/data/documentSymbol/xml.json +19 -0
  224. package/data/documentSymbol/yaml.json +26 -0
  225. package/data/documentSymbol/zsh.json +26 -0
  226. package/data/formatting/awk.json +28 -0
  227. package/data/formatting/bash.json +88 -0
  228. package/data/formatting/c.json +28 -0
  229. package/data/formatting/caddy.json +23 -0
  230. package/data/formatting/cpp.json +28 -0
  231. package/data/formatting/crontab.json +19 -0
  232. package/data/formatting/csharp.json +28 -0
  233. package/data/formatting/dockerfile.json +19 -0
  234. package/data/formatting/dotenv.json +19 -0
  235. package/data/formatting/go.json +28 -0
  236. package/data/formatting/graphql.json +23 -0
  237. package/data/formatting/hcl.json +23 -0
  238. package/data/formatting/html.json +23 -0
  239. package/data/formatting/ini.json +19 -0
  240. package/data/formatting/java.json +28 -0
  241. package/data/formatting/javascript.json +28 -0
  242. package/data/formatting/json.json +23 -0
  243. package/data/formatting/lua.json +28 -0
  244. package/data/formatting/makefile.json +24 -0
  245. package/data/formatting/markdown.json +19 -0
  246. package/data/formatting/nginx.json +28 -0
  247. package/data/formatting/perl.json +28 -0
  248. package/data/formatting/php.json +28 -0
  249. package/data/formatting/powershell.json +28 -0
  250. package/data/formatting/protobuf.json +23 -0
  251. package/data/formatting/python.json +28 -0
  252. package/data/formatting/redis-cli.json +19 -0
  253. package/data/formatting/ruby.json +28 -0
  254. package/data/formatting/rust.json +28 -0
  255. package/data/formatting/sql.json +28 -0
  256. package/data/formatting/ssh_config.json +22 -0
  257. package/data/formatting/systemd.json +19 -0
  258. package/data/formatting/toml.json +19 -0
  259. package/data/formatting/typescript.json +28 -0
  260. package/data/formatting/xml.json +23 -0
  261. package/data/formatting/yaml.json +22 -0
  262. package/data/formatting/zsh.json +28 -0
  263. package/data/hover/bash.json +579 -245
  264. package/data/implementation/awk.json +7 -0
  265. package/data/implementation/bash.json +44 -0
  266. package/data/implementation/c.json +7 -0
  267. package/data/implementation/caddy.json +7 -0
  268. package/data/implementation/cpp.json +20 -0
  269. package/data/implementation/crontab.json +7 -0
  270. package/data/implementation/csharp.json +27 -0
  271. package/data/implementation/dockerfile.json +7 -0
  272. package/data/implementation/dotenv.json +7 -0
  273. package/data/implementation/go.json +9 -0
  274. package/data/implementation/graphql.json +20 -0
  275. package/data/implementation/hcl.json +7 -0
  276. package/data/implementation/html.json +7 -0
  277. package/data/implementation/ini.json +7 -0
  278. package/data/implementation/java.json +27 -0
  279. package/data/implementation/javascript.json +20 -0
  280. package/data/implementation/json.json +7 -0
  281. package/data/implementation/lua.json +7 -0
  282. package/data/implementation/makefile.json +7 -0
  283. package/data/implementation/markdown.json +7 -0
  284. package/data/implementation/nginx.json +7 -0
  285. package/data/implementation/perl.json +7 -0
  286. package/data/implementation/php.json +34 -0
  287. package/data/implementation/powershell.json +9 -0
  288. package/data/implementation/protobuf.json +9 -0
  289. package/data/implementation/python.json +10 -0
  290. package/data/implementation/redis-cli.json +7 -0
  291. package/data/implementation/ruby.json +20 -0
  292. package/data/implementation/rust.json +20 -0
  293. package/data/implementation/sql.json +7 -0
  294. package/data/implementation/ssh_config.json +7 -0
  295. package/data/implementation/systemd.json +7 -0
  296. package/data/implementation/toml.json +7 -0
  297. package/data/implementation/typescript.json +27 -0
  298. package/data/implementation/xml.json +7 -0
  299. package/data/implementation/yaml.json +7 -0
  300. package/data/implementation/zsh.json +7 -0
  301. package/data/inlayHints/awk.json +35 -0
  302. package/data/inlayHints/bash.json +207 -0
  303. package/data/inlayHints/c.json +35 -0
  304. package/data/inlayHints/caddy.json +35 -0
  305. package/data/inlayHints/cpp.json +43 -0
  306. package/data/inlayHints/crontab.json +26 -0
  307. package/data/inlayHints/csharp.json +43 -0
  308. package/data/inlayHints/dockerfile.json +35 -0
  309. package/data/inlayHints/dotenv.json +26 -0
  310. package/data/inlayHints/go.json +43 -0
  311. package/data/inlayHints/graphql.json +26 -0
  312. package/data/inlayHints/hcl.json +43 -0
  313. package/data/inlayHints/html.json +26 -0
  314. package/data/inlayHints/ini.json +26 -0
  315. package/data/inlayHints/java.json +43 -0
  316. package/data/inlayHints/javascript.json +43 -0
  317. package/data/inlayHints/json.json +26 -0
  318. package/data/inlayHints/lua.json +43 -0
  319. package/data/inlayHints/makefile.json +35 -0
  320. package/data/inlayHints/markdown.json +26 -0
  321. package/data/inlayHints/nginx.json +35 -0
  322. package/data/inlayHints/perl.json +43 -0
  323. package/data/inlayHints/php.json +43 -0
  324. package/data/inlayHints/powershell.json +43 -0
  325. package/data/inlayHints/protobuf.json +26 -0
  326. package/data/inlayHints/python.json +35 -0
  327. package/data/inlayHints/redis-cli.json +35 -0
  328. package/data/inlayHints/ruby.json +35 -0
  329. package/data/inlayHints/rust.json +43 -0
  330. package/data/inlayHints/sql.json +43 -0
  331. package/data/inlayHints/ssh_config.json +26 -0
  332. package/data/inlayHints/systemd.json +26 -0
  333. package/data/inlayHints/toml.json +26 -0
  334. package/data/inlayHints/typescript.json +43 -0
  335. package/data/inlayHints/xml.json +26 -0
  336. package/data/inlayHints/yaml.json +26 -0
  337. package/data/inlayHints/zsh.json +43 -0
  338. package/data/inlineCompletions/awk.json +17 -0
  339. package/data/inlineCompletions/bash.json +155 -0
  340. package/data/inlineCompletions/c.json +17 -0
  341. package/data/inlineCompletions/caddy.json +11 -0
  342. package/data/inlineCompletions/cpp.json +17 -0
  343. package/data/inlineCompletions/crontab.json +11 -0
  344. package/data/inlineCompletions/csharp.json +23 -0
  345. package/data/inlineCompletions/dockerfile.json +11 -0
  346. package/data/inlineCompletions/dotenv.json +4 -0
  347. package/data/inlineCompletions/go.json +23 -0
  348. package/data/inlineCompletions/graphql.json +17 -0
  349. package/data/inlineCompletions/hcl.json +17 -0
  350. package/data/inlineCompletions/html.json +11 -0
  351. package/data/inlineCompletions/ini.json +4 -0
  352. package/data/inlineCompletions/java.json +17 -0
  353. package/data/inlineCompletions/javascript.json +17 -0
  354. package/data/inlineCompletions/json.json +4 -0
  355. package/data/inlineCompletions/lua.json +17 -0
  356. package/data/inlineCompletions/makefile.json +11 -0
  357. package/data/inlineCompletions/markdown.json +4 -0
  358. package/data/inlineCompletions/nginx.json +17 -0
  359. package/data/inlineCompletions/perl.json +17 -0
  360. package/data/inlineCompletions/php.json +17 -0
  361. package/data/inlineCompletions/powershell.json +17 -0
  362. package/data/inlineCompletions/protobuf.json +17 -0
  363. package/data/inlineCompletions/python.json +23 -0
  364. package/data/inlineCompletions/redis-cli.json +4 -0
  365. package/data/inlineCompletions/ruby.json +17 -0
  366. package/data/inlineCompletions/rust.json +23 -0
  367. package/data/inlineCompletions/sql.json +17 -0
  368. package/data/inlineCompletions/ssh_config.json +11 -0
  369. package/data/inlineCompletions/systemd.json +4 -0
  370. package/data/inlineCompletions/toml.json +4 -0
  371. package/data/inlineCompletions/typescript.json +17 -0
  372. package/data/inlineCompletions/xml.json +4 -0
  373. package/data/inlineCompletions/yaml.json +4 -0
  374. package/data/inlineCompletions/zsh.json +17 -0
  375. package/data/links/awk.json +10 -0
  376. package/data/links/bash.json +56 -0
  377. package/data/links/c.json +15 -0
  378. package/data/links/caddy.json +15 -0
  379. package/data/links/cpp.json +15 -0
  380. package/data/links/crontab.json +10 -0
  381. package/data/links/csharp.json +15 -0
  382. package/data/links/dockerfile.json +15 -0
  383. package/data/links/dotenv.json +10 -0
  384. package/data/links/go.json +15 -0
  385. package/data/links/graphql.json +10 -0
  386. package/data/links/hcl.json +15 -0
  387. package/data/links/html.json +15 -0
  388. package/data/links/ini.json +10 -0
  389. package/data/links/java.json +15 -0
  390. package/data/links/javascript.json +15 -0
  391. package/data/links/json.json +10 -0
  392. package/data/links/lua.json +15 -0
  393. package/data/links/makefile.json +15 -0
  394. package/data/links/markdown.json +15 -0
  395. package/data/links/nginx.json +15 -0
  396. package/data/links/perl.json +15 -0
  397. package/data/links/php.json +15 -0
  398. package/data/links/powershell.json +15 -0
  399. package/data/links/protobuf.json +15 -0
  400. package/data/links/python.json +15 -0
  401. package/data/links/redis-cli.json +10 -0
  402. package/data/links/ruby.json +15 -0
  403. package/data/links/rust.json +15 -0
  404. package/data/links/sql.json +10 -0
  405. package/data/links/ssh_config.json +15 -0
  406. package/data/links/systemd.json +10 -0
  407. package/data/links/toml.json +10 -0
  408. package/data/links/typescript.json +15 -0
  409. package/data/links/xml.json +15 -0
  410. package/data/links/yaml.json +10 -0
  411. package/data/links/zsh.json +15 -0
  412. package/data/manifest.json +1497 -458
  413. package/data/references/awk.json +166 -0
  414. package/data/references/bash.json +221 -0
  415. package/data/references/c.json +166 -0
  416. package/data/references/caddy.json +134 -0
  417. package/data/references/cpp.json +166 -0
  418. package/data/references/crontab.json +5 -0
  419. package/data/references/csharp.json +166 -0
  420. package/data/references/dockerfile.json +5 -0
  421. package/data/references/dotenv.json +5 -0
  422. package/data/references/go.json +150 -0
  423. package/data/references/graphql.json +5 -0
  424. package/data/references/hcl.json +166 -0
  425. package/data/references/html.json +5 -0
  426. package/data/references/ini.json +5 -0
  427. package/data/references/java.json +166 -0
  428. package/data/references/javascript.json +166 -0
  429. package/data/references/json.json +5 -0
  430. package/data/references/lua.json +166 -0
  431. package/data/references/makefile.json +166 -0
  432. package/data/references/markdown.json +5 -0
  433. package/data/references/nginx.json +5 -0
  434. package/data/references/perl.json +166 -0
  435. package/data/references/php.json +166 -0
  436. package/data/references/powershell.json +166 -0
  437. package/data/references/protobuf.json +5 -0
  438. package/data/references/python.json +166 -0
  439. package/data/references/redis-cli.json +166 -0
  440. package/data/references/ruby.json +166 -0
  441. package/data/references/rust.json +166 -0
  442. package/data/references/sql.json +166 -0
  443. package/data/references/ssh_config.json +5 -0
  444. package/data/references/systemd.json +5 -0
  445. package/data/references/toml.json +5 -0
  446. package/data/references/typescript.json +166 -0
  447. package/data/references/xml.json +5 -0
  448. package/data/references/yaml.json +5 -0
  449. package/data/references/zsh.json +166 -0
  450. package/data/typeDefinition/awk.json +29 -0
  451. package/data/typeDefinition/bash.json +95 -0
  452. package/data/typeDefinition/c.json +149 -0
  453. package/data/typeDefinition/caddy.json +4 -0
  454. package/data/typeDefinition/cpp.json +257 -0
  455. package/data/typeDefinition/crontab.json +4 -0
  456. package/data/typeDefinition/csharp.json +251 -0
  457. package/data/typeDefinition/dockerfile.json +4 -0
  458. package/data/typeDefinition/dotenv.json +4 -0
  459. package/data/typeDefinition/go.json +173 -0
  460. package/data/typeDefinition/graphql.json +35 -0
  461. package/data/typeDefinition/hcl.json +59 -0
  462. package/data/typeDefinition/html.json +4 -0
  463. package/data/typeDefinition/ini.json +4 -0
  464. package/data/typeDefinition/java.json +311 -0
  465. package/data/typeDefinition/javascript.json +293 -0
  466. package/data/typeDefinition/json.json +41 -0
  467. package/data/typeDefinition/lua.json +53 -0
  468. package/data/typeDefinition/makefile.json +4 -0
  469. package/data/typeDefinition/markdown.json +4 -0
  470. package/data/typeDefinition/nginx.json +4 -0
  471. package/data/typeDefinition/perl.json +47 -0
  472. package/data/typeDefinition/php.json +311 -0
  473. package/data/typeDefinition/powershell.json +167 -0
  474. package/data/typeDefinition/protobuf.json +197 -0
  475. package/data/typeDefinition/python.json +293 -0
  476. package/data/typeDefinition/redis-cli.json +59 -0
  477. package/data/typeDefinition/ruby.json +317 -0
  478. package/data/typeDefinition/rust.json +521 -0
  479. package/data/typeDefinition/sql.json +281 -0
  480. package/data/typeDefinition/ssh_config.json +4 -0
  481. package/data/typeDefinition/systemd.json +4 -0
  482. package/data/typeDefinition/toml.json +65 -0
  483. package/data/typeDefinition/typescript.json +425 -0
  484. package/data/typeDefinition/xml.json +4 -0
  485. package/data/typeDefinition/yaml.json +71 -0
  486. package/data/typeDefinition/zsh.json +35 -0
  487. package/package.json +1 -1
@@ -1,458 +1,1497 @@
1
- {
2
- "version": "1.0.0",
3
- "description": "Monaco editor language support data for completion, definition, and hover providers",
4
- "generatedAt": "2026-03-03",
5
- "languages": [
6
- {
7
- "id": "awk",
8
- "name": "Awk",
9
- "files": {
10
- "completion": "completion/awk.json",
11
- "defination": "defination/awk.json",
12
- "hover": "hover/awk.json"
13
- }
14
- },
15
- {
16
- "id": "bash",
17
- "name": "Shell/Bash",
18
- "files": {
19
- "completion": "completion/bash.json",
20
- "defination": "defination/bash.json",
21
- "hover": "hover/bash.json"
22
- }
23
- },
24
- {
25
- "id": "c",
26
- "name": "C",
27
- "files": {
28
- "completion": "completion/c.json",
29
- "defination": "defination/c.json",
30
- "hover": "hover/c.json"
31
- }
32
- },
33
- {
34
- "id": "cpp",
35
- "name": "C++",
36
- "files": {
37
- "completion": "completion/cpp.json",
38
- "defination": "defination/cpp.json",
39
- "hover": "hover/cpp.json"
40
- }
41
- },
42
- {
43
- "id": "crontab",
44
- "name": "Crontab",
45
- "files": {
46
- "completion": "completion/crontab.json",
47
- "defination": "defination/crontab.json",
48
- "hover": "hover/crontab.json"
49
- }
50
- },
51
- {
52
- "id": "csharp",
53
- "name": "C#",
54
- "files": {
55
- "completion": "completion/csharp.json",
56
- "defination": "defination/csharp.json",
57
- "hover": "hover/csharp.json"
58
- }
59
- },
60
- {
61
- "id": "dockerfile",
62
- "name": "Dockerfile",
63
- "files": {
64
- "completion": "completion/dockerfile.json",
65
- "defination": "defination/dockerfile.json",
66
- "hover": "hover/dockerfile.json"
67
- }
68
- },
69
- {
70
- "id": "dotenv",
71
- "name": "Dotenv (.env)",
72
- "files": {
73
- "completion": "completion/dotenv.json",
74
- "defination": "defination/dotenv.json",
75
- "hover": "hover/dotenv.json"
76
- }
77
- },
78
- {
79
- "id": "go",
80
- "name": "Go",
81
- "files": {
82
- "completion": "completion/go.json",
83
- "defination": "defination/go.json",
84
- "hover": "hover/go.json"
85
- }
86
- },
87
- {
88
- "id": "graphql",
89
- "name": "GraphQL",
90
- "files": {
91
- "completion": "completion/graphql.json",
92
- "defination": "defination/graphql.json",
93
- "hover": "hover/graphql.json"
94
- }
95
- },
96
- {
97
- "id": "hcl",
98
- "name": "HCL/Terraform",
99
- "files": {
100
- "completion": "completion/hcl.json",
101
- "defination": "defination/hcl.json",
102
- "hover": "hover/hcl.json"
103
- }
104
- },
105
- {
106
- "id": "html",
107
- "name": "HTML/CSS",
108
- "files": {
109
- "completion": "completion/html.json",
110
- "defination": "defination/html.json",
111
- "hover": "hover/html.json"
112
- }
113
- },
114
- {
115
- "id": "ini",
116
- "name": "INI/Config",
117
- "files": {
118
- "completion": "completion/ini.json",
119
- "defination": "defination/ini.json",
120
- "hover": "hover/ini.json"
121
- }
122
- },
123
- {
124
- "id": "java",
125
- "name": "Java",
126
- "files": {
127
- "completion": "completion/java.json",
128
- "defination": "defination/java.json",
129
- "hover": "hover/java.json"
130
- }
131
- },
132
- {
133
- "id": "javascript",
134
- "name": "JavaScript",
135
- "files": {
136
- "completion": "completion/javascript.json",
137
- "defination": "defination/javascript.json",
138
- "hover": "hover/javascript.json"
139
- }
140
- },
141
- {
142
- "id": "json",
143
- "name": "JSON",
144
- "files": {
145
- "completion": "completion/json.json",
146
- "defination": "defination/json.json",
147
- "hover": "hover/json.json"
148
- }
149
- },
150
- {
151
- "id": "lua",
152
- "name": "Lua",
153
- "files": {
154
- "completion": "completion/lua.json",
155
- "defination": "defination/lua.json",
156
- "hover": "hover/lua.json"
157
- }
158
- },
159
- {
160
- "id": "makefile",
161
- "name": "Makefile",
162
- "files": {
163
- "completion": "completion/makefile.json",
164
- "defination": "defination/makefile.json",
165
- "hover": "hover/makefile.json"
166
- }
167
- },
168
- {
169
- "id": "markdown",
170
- "name": "Markdown",
171
- "files": {
172
- "completion": "completion/markdown.json",
173
- "defination": "defination/markdown.json",
174
- "hover": "hover/markdown.json"
175
- }
176
- },
177
- {
178
- "id": "nginx",
179
- "name": "Nginx",
180
- "files": {
181
- "completion": "completion/nginx.json",
182
- "defination": "defination/nginx.json",
183
- "hover": "hover/nginx.json"
184
- }
185
- },
186
- {
187
- "id": "perl",
188
- "name": "Perl",
189
- "files": {
190
- "completion": "completion/perl.json",
191
- "defination": "defination/perl.json",
192
- "hover": "hover/perl.json"
193
- }
194
- },
195
- {
196
- "id": "php",
197
- "name": "PHP",
198
- "files": {
199
- "completion": "completion/php.json",
200
- "defination": "defination/php.json",
201
- "hover": "hover/php.json"
202
- }
203
- },
204
- {
205
- "id": "powershell",
206
- "name": "PowerShell",
207
- "files": {
208
- "completion": "completion/powershell.json",
209
- "defination": "defination/powershell.json",
210
- "hover": "hover/powershell.json"
211
- }
212
- },
213
- {
214
- "id": "protobuf",
215
- "name": "Protocol Buffers",
216
- "files": {
217
- "completion": "completion/protobuf.json",
218
- "defination": "defination/protobuf.json",
219
- "hover": "hover/protobuf.json"
220
- }
221
- },
222
- {
223
- "id": "python",
224
- "name": "Python",
225
- "files": {
226
- "completion": "completion/python.json",
227
- "defination": "defination/python.json",
228
- "hover": "hover/python.json"
229
- }
230
- },
231
- {
232
- "id": "redis-cli",
233
- "name": "Redis CLI",
234
- "files": {
235
- "completion": "completion/redis-cli.json",
236
- "defination": "defination/redis-cli.json",
237
- "hover": "hover/redis-cli.json"
238
- }
239
- },
240
- {
241
- "id": "ruby",
242
- "name": "Ruby",
243
- "files": {
244
- "completion": "completion/ruby.json",
245
- "defination": "defination/ruby.json",
246
- "hover": "hover/ruby.json"
247
- }
248
- },
249
- {
250
- "id": "rust",
251
- "name": "Rust",
252
- "files": {
253
- "completion": "completion/rust.json",
254
- "defination": "defination/rust.json",
255
- "hover": "hover/rust.json"
256
- }
257
- },
258
- {
259
- "id": "sql",
260
- "name": "SQL",
261
- "files": {
262
- "completion": "completion/sql.json",
263
- "defination": "defination/sql.json",
264
- "hover": "hover/sql.json"
265
- }
266
- },
267
- {
268
- "id": "ssh_config",
269
- "name": "SSH Config",
270
- "files": {
271
- "completion": "completion/ssh_config.json",
272
- "defination": "defination/ssh_config.json",
273
- "hover": "hover/ssh_config.json"
274
- }
275
- },
276
- {
277
- "id": "systemd",
278
- "name": "Systemd Unit",
279
- "files": {
280
- "completion": "completion/systemd.json",
281
- "defination": "defination/systemd.json",
282
- "hover": "hover/systemd.json"
283
- }
284
- },
285
- {
286
- "id": "toml",
287
- "name": "TOML",
288
- "files": {
289
- "completion": "completion/toml.json",
290
- "defination": "defination/toml.json",
291
- "hover": "hover/toml.json"
292
- }
293
- },
294
- {
295
- "id": "typescript",
296
- "name": "TypeScript",
297
- "files": {
298
- "completion": "completion/typescript.json",
299
- "defination": "defination/typescript.json",
300
- "hover": "hover/typescript.json"
301
- }
302
- },
303
- {
304
- "id": "xml",
305
- "name": "XML",
306
- "files": {
307
- "completion": "completion/xml.json",
308
- "defination": "defination/xml.json",
309
- "hover": "hover/xml.json"
310
- }
311
- },
312
- {
313
- "id": "yaml",
314
- "name": "YAML",
315
- "files": {
316
- "completion": "completion/yaml.json",
317
- "defination": "defination/yaml.json",
318
- "hover": "hover/yaml.json"
319
- }
320
- },
321
- {
322
- "id": "zsh",
323
- "name": "Zsh",
324
- "files": {
325
- "completion": "completion/zsh.json",
326
- "defination": "defination/zsh.json",
327
- "hover": "hover/zsh.json"
328
- }
329
- }
330
- ],
331
- "directories": {
332
- "completion": {
333
- "description": "Autocomplete suggestions with snippets, functions, keywords, and documentation",
334
- "files": [
335
- "awk.json",
336
- "bash.json",
337
- "c.json",
338
- "cpp.json",
339
- "crontab.json",
340
- "csharp.json",
341
- "dockerfile.json",
342
- "dotenv.json",
343
- "go.json",
344
- "graphql.json",
345
- "hcl.json",
346
- "html.json",
347
- "ini.json",
348
- "java.json",
349
- "javascript.json",
350
- "json.json",
351
- "lua.json",
352
- "makefile.json",
353
- "markdown.json",
354
- "nginx.json",
355
- "perl.json",
356
- "php.json",
357
- "powershell.json",
358
- "protobuf.json",
359
- "python.json",
360
- "redis-cli.json",
361
- "ruby.json",
362
- "rust.json",
363
- "sql.json",
364
- "ssh_config.json",
365
- "systemd.json",
366
- "toml.json",
367
- "typescript.json",
368
- "xml.json",
369
- "yaml.json",
370
- "zsh.json"
371
- ]
372
- },
373
- "defination": {
374
- "description": "Type definitions, class signatures, method members, and module documentation",
375
- "files": [
376
- "awk.json",
377
- "bash.json",
378
- "c.json",
379
- "cpp.json",
380
- "crontab.json",
381
- "csharp.json",
382
- "dockerfile.json",
383
- "dotenv.json",
384
- "go.json",
385
- "graphql.json",
386
- "hcl.json",
387
- "html.json",
388
- "ini.json",
389
- "java.json",
390
- "javascript.json",
391
- "json.json",
392
- "lua.json",
393
- "makefile.json",
394
- "markdown.json",
395
- "nginx.json",
396
- "perl.json",
397
- "php.json",
398
- "powershell.json",
399
- "protobuf.json",
400
- "python.json",
401
- "redis-cli.json",
402
- "ruby.json",
403
- "rust.json",
404
- "sql.json",
405
- "ssh_config.json",
406
- "systemd.json",
407
- "toml.json",
408
- "typescript.json",
409
- "xml.json",
410
- "yaml.json",
411
- "zsh.json"
412
- ]
413
- },
414
- "hover": {
415
- "description": "Hover tooltips with function signatures, descriptions, and usage examples",
416
- "files": [
417
- "awk.json",
418
- "bash.json",
419
- "c.json",
420
- "cpp.json",
421
- "crontab.json",
422
- "csharp.json",
423
- "dockerfile.json",
424
- "dotenv.json",
425
- "go.json",
426
- "graphql.json",
427
- "hcl.json",
428
- "html.json",
429
- "ini.json",
430
- "java.json",
431
- "javascript.json",
432
- "json.json",
433
- "lua.json",
434
- "makefile.json",
435
- "markdown.json",
436
- "nginx.json",
437
- "perl.json",
438
- "php.json",
439
- "powershell.json",
440
- "protobuf.json",
441
- "python.json",
442
- "redis-cli.json",
443
- "ruby.json",
444
- "rust.json",
445
- "sql.json",
446
- "ssh_config.json",
447
- "systemd.json",
448
- "toml.json",
449
- "typescript.json",
450
- "xml.json",
451
- "yaml.json",
452
- "zsh.json"
453
- ]
454
- }
455
- },
456
- "totalLanguages": 36,
457
- "totalFiles": 108
458
- }
1
+ {
2
+ "version": "1.0.0",
3
+ "description": "Monaco editor language support data for all language providers (completion, definition, hover, code actions, document highlight, document symbol, links, type definition, references, implementation, inline completions, formatting, code lens, color, declaration, inlay hints)",
4
+ "generatedAt": "2026-03-05",
5
+ "languages": [
6
+ {
7
+ "id": "awk",
8
+ "name": "Awk",
9
+ "files": {
10
+ "completion": "completion/awk.json",
11
+ "defination": "defination/awk.json",
12
+ "hover": "hover/awk.json",
13
+ "codeActions": "codeActions/awk.json",
14
+ "documentHighlight": "documentHighlight/awk.json",
15
+ "documentSymbol": "documentSymbol/awk.json",
16
+ "links": "links/awk.json",
17
+ "typeDefinition": "typeDefinition/awk.json",
18
+ "references": "references/awk.json",
19
+ "implementation": "implementation/awk.json",
20
+ "inlineCompletions": "inlineCompletions/awk.json",
21
+ "formatting": "formatting/awk.json",
22
+ "codeLens": "codeLens/awk.json",
23
+ "color": "color/awk.json",
24
+ "declaration": "declaration/awk.json",
25
+ "inlayHints": "inlayHints/awk.json"
26
+ }
27
+ },
28
+ {
29
+ "id": "bash",
30
+ "name": "Shell/Bash",
31
+ "files": {
32
+ "completion": "completion/bash.json",
33
+ "defination": "defination/bash.json",
34
+ "hover": "hover/bash.json",
35
+ "codeActions": "codeActions/bash.json",
36
+ "documentHighlight": "documentHighlight/bash.json",
37
+ "documentSymbol": "documentSymbol/bash.json",
38
+ "links": "links/bash.json",
39
+ "typeDefinition": "typeDefinition/bash.json",
40
+ "references": "references/bash.json",
41
+ "implementation": "implementation/bash.json",
42
+ "inlineCompletions": "inlineCompletions/bash.json",
43
+ "formatting": "formatting/bash.json",
44
+ "codeLens": "codeLens/bash.json",
45
+ "color": "color/bash.json",
46
+ "declaration": "declaration/bash.json",
47
+ "inlayHints": "inlayHints/bash.json"
48
+ }
49
+ },
50
+ {
51
+ "id": "c",
52
+ "name": "C",
53
+ "files": {
54
+ "completion": "completion/c.json",
55
+ "defination": "defination/c.json",
56
+ "hover": "hover/c.json",
57
+ "codeActions": "codeActions/c.json",
58
+ "documentHighlight": "documentHighlight/c.json",
59
+ "documentSymbol": "documentSymbol/c.json",
60
+ "links": "links/c.json",
61
+ "typeDefinition": "typeDefinition/c.json",
62
+ "references": "references/c.json",
63
+ "implementation": "implementation/c.json",
64
+ "inlineCompletions": "inlineCompletions/c.json",
65
+ "formatting": "formatting/c.json",
66
+ "codeLens": "codeLens/c.json",
67
+ "color": "color/c.json",
68
+ "declaration": "declaration/c.json",
69
+ "inlayHints": "inlayHints/c.json"
70
+ }
71
+ },
72
+ {
73
+ "id": "caddy",
74
+ "name": "Caddy",
75
+ "files": {
76
+ "completion": "completion/caddy.json",
77
+ "defination": "defination/caddy.json",
78
+ "hover": "hover/caddy.json",
79
+ "codeActions": "codeActions/caddy.json",
80
+ "documentHighlight": "documentHighlight/caddy.json",
81
+ "documentSymbol": "documentSymbol/caddy.json",
82
+ "links": "links/caddy.json",
83
+ "typeDefinition": "typeDefinition/caddy.json",
84
+ "references": "references/caddy.json",
85
+ "implementation": "implementation/caddy.json",
86
+ "inlineCompletions": "inlineCompletions/caddy.json",
87
+ "formatting": "formatting/caddy.json",
88
+ "codeLens": "codeLens/caddy.json",
89
+ "color": "color/caddy.json",
90
+ "declaration": "declaration/caddy.json",
91
+ "inlayHints": "inlayHints/caddy.json"
92
+ }
93
+ },
94
+ {
95
+ "id": "cpp",
96
+ "name": "C++",
97
+ "files": {
98
+ "completion": "completion/cpp.json",
99
+ "defination": "defination/cpp.json",
100
+ "hover": "hover/cpp.json",
101
+ "codeActions": "codeActions/cpp.json",
102
+ "documentHighlight": "documentHighlight/cpp.json",
103
+ "documentSymbol": "documentSymbol/cpp.json",
104
+ "links": "links/cpp.json",
105
+ "typeDefinition": "typeDefinition/cpp.json",
106
+ "references": "references/cpp.json",
107
+ "implementation": "implementation/cpp.json",
108
+ "inlineCompletions": "inlineCompletions/cpp.json",
109
+ "formatting": "formatting/cpp.json",
110
+ "codeLens": "codeLens/cpp.json",
111
+ "color": "color/cpp.json",
112
+ "declaration": "declaration/cpp.json",
113
+ "inlayHints": "inlayHints/cpp.json"
114
+ }
115
+ },
116
+ {
117
+ "id": "crontab",
118
+ "name": "Crontab",
119
+ "files": {
120
+ "completion": "completion/crontab.json",
121
+ "defination": "defination/crontab.json",
122
+ "hover": "hover/crontab.json",
123
+ "codeActions": "codeActions/crontab.json",
124
+ "documentHighlight": "documentHighlight/crontab.json",
125
+ "documentSymbol": "documentSymbol/crontab.json",
126
+ "links": "links/crontab.json",
127
+ "typeDefinition": "typeDefinition/crontab.json",
128
+ "references": "references/crontab.json",
129
+ "implementation": "implementation/crontab.json",
130
+ "inlineCompletions": "inlineCompletions/crontab.json",
131
+ "formatting": "formatting/crontab.json",
132
+ "codeLens": "codeLens/crontab.json",
133
+ "color": "color/crontab.json",
134
+ "declaration": "declaration/crontab.json",
135
+ "inlayHints": "inlayHints/crontab.json"
136
+ }
137
+ },
138
+ {
139
+ "id": "csharp",
140
+ "name": "C#",
141
+ "files": {
142
+ "completion": "completion/csharp.json",
143
+ "defination": "defination/csharp.json",
144
+ "hover": "hover/csharp.json",
145
+ "codeActions": "codeActions/csharp.json",
146
+ "documentHighlight": "documentHighlight/csharp.json",
147
+ "documentSymbol": "documentSymbol/csharp.json",
148
+ "links": "links/csharp.json",
149
+ "typeDefinition": "typeDefinition/csharp.json",
150
+ "references": "references/csharp.json",
151
+ "implementation": "implementation/csharp.json",
152
+ "inlineCompletions": "inlineCompletions/csharp.json",
153
+ "formatting": "formatting/csharp.json",
154
+ "codeLens": "codeLens/csharp.json",
155
+ "color": "color/csharp.json",
156
+ "declaration": "declaration/csharp.json",
157
+ "inlayHints": "inlayHints/csharp.json"
158
+ }
159
+ },
160
+ {
161
+ "id": "dockerfile",
162
+ "name": "Dockerfile",
163
+ "files": {
164
+ "completion": "completion/dockerfile.json",
165
+ "defination": "defination/dockerfile.json",
166
+ "hover": "hover/dockerfile.json",
167
+ "codeActions": "codeActions/dockerfile.json",
168
+ "documentHighlight": "documentHighlight/dockerfile.json",
169
+ "documentSymbol": "documentSymbol/dockerfile.json",
170
+ "links": "links/dockerfile.json",
171
+ "typeDefinition": "typeDefinition/dockerfile.json",
172
+ "references": "references/dockerfile.json",
173
+ "implementation": "implementation/dockerfile.json",
174
+ "inlineCompletions": "inlineCompletions/dockerfile.json",
175
+ "formatting": "formatting/dockerfile.json",
176
+ "codeLens": "codeLens/dockerfile.json",
177
+ "color": "color/dockerfile.json",
178
+ "declaration": "declaration/dockerfile.json",
179
+ "inlayHints": "inlayHints/dockerfile.json"
180
+ }
181
+ },
182
+ {
183
+ "id": "dotenv",
184
+ "name": "Dotenv (.env)",
185
+ "files": {
186
+ "completion": "completion/dotenv.json",
187
+ "defination": "defination/dotenv.json",
188
+ "hover": "hover/dotenv.json",
189
+ "codeActions": "codeActions/dotenv.json",
190
+ "documentHighlight": "documentHighlight/dotenv.json",
191
+ "documentSymbol": "documentSymbol/dotenv.json",
192
+ "links": "links/dotenv.json",
193
+ "typeDefinition": "typeDefinition/dotenv.json",
194
+ "references": "references/dotenv.json",
195
+ "implementation": "implementation/dotenv.json",
196
+ "inlineCompletions": "inlineCompletions/dotenv.json",
197
+ "formatting": "formatting/dotenv.json",
198
+ "codeLens": "codeLens/dotenv.json",
199
+ "color": "color/dotenv.json",
200
+ "declaration": "declaration/dotenv.json",
201
+ "inlayHints": "inlayHints/dotenv.json"
202
+ }
203
+ },
204
+ {
205
+ "id": "go",
206
+ "name": "Go",
207
+ "files": {
208
+ "completion": "completion/go.json",
209
+ "defination": "defination/go.json",
210
+ "hover": "hover/go.json",
211
+ "codeActions": "codeActions/go.json",
212
+ "documentHighlight": "documentHighlight/go.json",
213
+ "documentSymbol": "documentSymbol/go.json",
214
+ "links": "links/go.json",
215
+ "typeDefinition": "typeDefinition/go.json",
216
+ "references": "references/go.json",
217
+ "implementation": "implementation/go.json",
218
+ "inlineCompletions": "inlineCompletions/go.json",
219
+ "formatting": "formatting/go.json",
220
+ "codeLens": "codeLens/go.json",
221
+ "color": "color/go.json",
222
+ "declaration": "declaration/go.json",
223
+ "inlayHints": "inlayHints/go.json"
224
+ }
225
+ },
226
+ {
227
+ "id": "graphql",
228
+ "name": "GraphQL",
229
+ "files": {
230
+ "completion": "completion/graphql.json",
231
+ "defination": "defination/graphql.json",
232
+ "hover": "hover/graphql.json",
233
+ "codeActions": "codeActions/graphql.json",
234
+ "documentHighlight": "documentHighlight/graphql.json",
235
+ "documentSymbol": "documentSymbol/graphql.json",
236
+ "links": "links/graphql.json",
237
+ "typeDefinition": "typeDefinition/graphql.json",
238
+ "references": "references/graphql.json",
239
+ "implementation": "implementation/graphql.json",
240
+ "inlineCompletions": "inlineCompletions/graphql.json",
241
+ "formatting": "formatting/graphql.json",
242
+ "codeLens": "codeLens/graphql.json",
243
+ "color": "color/graphql.json",
244
+ "declaration": "declaration/graphql.json",
245
+ "inlayHints": "inlayHints/graphql.json"
246
+ }
247
+ },
248
+ {
249
+ "id": "hcl",
250
+ "name": "HCL/Terraform",
251
+ "files": {
252
+ "completion": "completion/hcl.json",
253
+ "defination": "defination/hcl.json",
254
+ "hover": "hover/hcl.json",
255
+ "codeActions": "codeActions/hcl.json",
256
+ "documentHighlight": "documentHighlight/hcl.json",
257
+ "documentSymbol": "documentSymbol/hcl.json",
258
+ "links": "links/hcl.json",
259
+ "typeDefinition": "typeDefinition/hcl.json",
260
+ "references": "references/hcl.json",
261
+ "implementation": "implementation/hcl.json",
262
+ "inlineCompletions": "inlineCompletions/hcl.json",
263
+ "formatting": "formatting/hcl.json",
264
+ "codeLens": "codeLens/hcl.json",
265
+ "color": "color/hcl.json",
266
+ "declaration": "declaration/hcl.json",
267
+ "inlayHints": "inlayHints/hcl.json"
268
+ }
269
+ },
270
+ {
271
+ "id": "html",
272
+ "name": "HTML/CSS",
273
+ "files": {
274
+ "completion": "completion/html.json",
275
+ "defination": "defination/html.json",
276
+ "hover": "hover/html.json",
277
+ "codeActions": "codeActions/html.json",
278
+ "documentHighlight": "documentHighlight/html.json",
279
+ "documentSymbol": "documentSymbol/html.json",
280
+ "links": "links/html.json",
281
+ "typeDefinition": "typeDefinition/html.json",
282
+ "references": "references/html.json",
283
+ "implementation": "implementation/html.json",
284
+ "inlineCompletions": "inlineCompletions/html.json",
285
+ "formatting": "formatting/html.json",
286
+ "codeLens": "codeLens/html.json",
287
+ "color": "color/html.json",
288
+ "declaration": "declaration/html.json",
289
+ "inlayHints": "inlayHints/html.json"
290
+ }
291
+ },
292
+ {
293
+ "id": "ini",
294
+ "name": "INI/Config",
295
+ "files": {
296
+ "completion": "completion/ini.json",
297
+ "defination": "defination/ini.json",
298
+ "hover": "hover/ini.json",
299
+ "codeActions": "codeActions/ini.json",
300
+ "documentHighlight": "documentHighlight/ini.json",
301
+ "documentSymbol": "documentSymbol/ini.json",
302
+ "links": "links/ini.json",
303
+ "typeDefinition": "typeDefinition/ini.json",
304
+ "references": "references/ini.json",
305
+ "implementation": "implementation/ini.json",
306
+ "inlineCompletions": "inlineCompletions/ini.json",
307
+ "formatting": "formatting/ini.json",
308
+ "codeLens": "codeLens/ini.json",
309
+ "color": "color/ini.json",
310
+ "declaration": "declaration/ini.json",
311
+ "inlayHints": "inlayHints/ini.json"
312
+ }
313
+ },
314
+ {
315
+ "id": "java",
316
+ "name": "Java",
317
+ "files": {
318
+ "completion": "completion/java.json",
319
+ "defination": "defination/java.json",
320
+ "hover": "hover/java.json",
321
+ "codeActions": "codeActions/java.json",
322
+ "documentHighlight": "documentHighlight/java.json",
323
+ "documentSymbol": "documentSymbol/java.json",
324
+ "links": "links/java.json",
325
+ "typeDefinition": "typeDefinition/java.json",
326
+ "references": "references/java.json",
327
+ "implementation": "implementation/java.json",
328
+ "inlineCompletions": "inlineCompletions/java.json",
329
+ "formatting": "formatting/java.json",
330
+ "codeLens": "codeLens/java.json",
331
+ "color": "color/java.json",
332
+ "declaration": "declaration/java.json",
333
+ "inlayHints": "inlayHints/java.json"
334
+ }
335
+ },
336
+ {
337
+ "id": "javascript",
338
+ "name": "JavaScript",
339
+ "files": {
340
+ "completion": "completion/javascript.json",
341
+ "defination": "defination/javascript.json",
342
+ "hover": "hover/javascript.json",
343
+ "codeActions": "codeActions/javascript.json",
344
+ "documentHighlight": "documentHighlight/javascript.json",
345
+ "documentSymbol": "documentSymbol/javascript.json",
346
+ "links": "links/javascript.json",
347
+ "typeDefinition": "typeDefinition/javascript.json",
348
+ "references": "references/javascript.json",
349
+ "implementation": "implementation/javascript.json",
350
+ "inlineCompletions": "inlineCompletions/javascript.json",
351
+ "formatting": "formatting/javascript.json",
352
+ "codeLens": "codeLens/javascript.json",
353
+ "color": "color/javascript.json",
354
+ "declaration": "declaration/javascript.json",
355
+ "inlayHints": "inlayHints/javascript.json"
356
+ }
357
+ },
358
+ {
359
+ "id": "json",
360
+ "name": "JSON",
361
+ "files": {
362
+ "completion": "completion/json.json",
363
+ "defination": "defination/json.json",
364
+ "hover": "hover/json.json",
365
+ "codeActions": "codeActions/json.json",
366
+ "documentHighlight": "documentHighlight/json.json",
367
+ "documentSymbol": "documentSymbol/json.json",
368
+ "links": "links/json.json",
369
+ "typeDefinition": "typeDefinition/json.json",
370
+ "references": "references/json.json",
371
+ "implementation": "implementation/json.json",
372
+ "inlineCompletions": "inlineCompletions/json.json",
373
+ "formatting": "formatting/json.json",
374
+ "codeLens": "codeLens/json.json",
375
+ "color": "color/json.json",
376
+ "declaration": "declaration/json.json",
377
+ "inlayHints": "inlayHints/json.json"
378
+ }
379
+ },
380
+ {
381
+ "id": "lua",
382
+ "name": "Lua",
383
+ "files": {
384
+ "completion": "completion/lua.json",
385
+ "defination": "defination/lua.json",
386
+ "hover": "hover/lua.json",
387
+ "codeActions": "codeActions/lua.json",
388
+ "documentHighlight": "documentHighlight/lua.json",
389
+ "documentSymbol": "documentSymbol/lua.json",
390
+ "links": "links/lua.json",
391
+ "typeDefinition": "typeDefinition/lua.json",
392
+ "references": "references/lua.json",
393
+ "implementation": "implementation/lua.json",
394
+ "inlineCompletions": "inlineCompletions/lua.json",
395
+ "formatting": "formatting/lua.json",
396
+ "codeLens": "codeLens/lua.json",
397
+ "color": "color/lua.json",
398
+ "declaration": "declaration/lua.json",
399
+ "inlayHints": "inlayHints/lua.json"
400
+ }
401
+ },
402
+ {
403
+ "id": "makefile",
404
+ "name": "Makefile",
405
+ "files": {
406
+ "completion": "completion/makefile.json",
407
+ "defination": "defination/makefile.json",
408
+ "hover": "hover/makefile.json",
409
+ "codeActions": "codeActions/makefile.json",
410
+ "documentHighlight": "documentHighlight/makefile.json",
411
+ "documentSymbol": "documentSymbol/makefile.json",
412
+ "links": "links/makefile.json",
413
+ "typeDefinition": "typeDefinition/makefile.json",
414
+ "references": "references/makefile.json",
415
+ "implementation": "implementation/makefile.json",
416
+ "inlineCompletions": "inlineCompletions/makefile.json",
417
+ "formatting": "formatting/makefile.json",
418
+ "codeLens": "codeLens/makefile.json",
419
+ "color": "color/makefile.json",
420
+ "declaration": "declaration/makefile.json",
421
+ "inlayHints": "inlayHints/makefile.json"
422
+ }
423
+ },
424
+ {
425
+ "id": "markdown",
426
+ "name": "Markdown",
427
+ "files": {
428
+ "completion": "completion/markdown.json",
429
+ "defination": "defination/markdown.json",
430
+ "hover": "hover/markdown.json",
431
+ "codeActions": "codeActions/markdown.json",
432
+ "documentHighlight": "documentHighlight/markdown.json",
433
+ "documentSymbol": "documentSymbol/markdown.json",
434
+ "links": "links/markdown.json",
435
+ "typeDefinition": "typeDefinition/markdown.json",
436
+ "references": "references/markdown.json",
437
+ "implementation": "implementation/markdown.json",
438
+ "inlineCompletions": "inlineCompletions/markdown.json",
439
+ "formatting": "formatting/markdown.json",
440
+ "codeLens": "codeLens/markdown.json",
441
+ "color": "color/markdown.json",
442
+ "declaration": "declaration/markdown.json",
443
+ "inlayHints": "inlayHints/markdown.json"
444
+ }
445
+ },
446
+ {
447
+ "id": "nginx",
448
+ "name": "Nginx",
449
+ "files": {
450
+ "completion": "completion/nginx.json",
451
+ "defination": "defination/nginx.json",
452
+ "hover": "hover/nginx.json",
453
+ "codeActions": "codeActions/nginx.json",
454
+ "documentHighlight": "documentHighlight/nginx.json",
455
+ "documentSymbol": "documentSymbol/nginx.json",
456
+ "links": "links/nginx.json",
457
+ "typeDefinition": "typeDefinition/nginx.json",
458
+ "references": "references/nginx.json",
459
+ "implementation": "implementation/nginx.json",
460
+ "inlineCompletions": "inlineCompletions/nginx.json",
461
+ "formatting": "formatting/nginx.json",
462
+ "codeLens": "codeLens/nginx.json",
463
+ "color": "color/nginx.json",
464
+ "declaration": "declaration/nginx.json",
465
+ "inlayHints": "inlayHints/nginx.json"
466
+ }
467
+ },
468
+ {
469
+ "id": "perl",
470
+ "name": "Perl",
471
+ "files": {
472
+ "completion": "completion/perl.json",
473
+ "defination": "defination/perl.json",
474
+ "hover": "hover/perl.json",
475
+ "codeActions": "codeActions/perl.json",
476
+ "documentHighlight": "documentHighlight/perl.json",
477
+ "documentSymbol": "documentSymbol/perl.json",
478
+ "links": "links/perl.json",
479
+ "typeDefinition": "typeDefinition/perl.json",
480
+ "references": "references/perl.json",
481
+ "implementation": "implementation/perl.json",
482
+ "inlineCompletions": "inlineCompletions/perl.json",
483
+ "formatting": "formatting/perl.json",
484
+ "codeLens": "codeLens/perl.json",
485
+ "color": "color/perl.json",
486
+ "declaration": "declaration/perl.json",
487
+ "inlayHints": "inlayHints/perl.json"
488
+ }
489
+ },
490
+ {
491
+ "id": "php",
492
+ "name": "PHP",
493
+ "files": {
494
+ "completion": "completion/php.json",
495
+ "defination": "defination/php.json",
496
+ "hover": "hover/php.json",
497
+ "codeActions": "codeActions/php.json",
498
+ "documentHighlight": "documentHighlight/php.json",
499
+ "documentSymbol": "documentSymbol/php.json",
500
+ "links": "links/php.json",
501
+ "typeDefinition": "typeDefinition/php.json",
502
+ "references": "references/php.json",
503
+ "implementation": "implementation/php.json",
504
+ "inlineCompletions": "inlineCompletions/php.json",
505
+ "formatting": "formatting/php.json",
506
+ "codeLens": "codeLens/php.json",
507
+ "color": "color/php.json",
508
+ "declaration": "declaration/php.json",
509
+ "inlayHints": "inlayHints/php.json"
510
+ }
511
+ },
512
+ {
513
+ "id": "powershell",
514
+ "name": "PowerShell",
515
+ "files": {
516
+ "completion": "completion/powershell.json",
517
+ "defination": "defination/powershell.json",
518
+ "hover": "hover/powershell.json",
519
+ "codeActions": "codeActions/powershell.json",
520
+ "documentHighlight": "documentHighlight/powershell.json",
521
+ "documentSymbol": "documentSymbol/powershell.json",
522
+ "links": "links/powershell.json",
523
+ "typeDefinition": "typeDefinition/powershell.json",
524
+ "references": "references/powershell.json",
525
+ "implementation": "implementation/powershell.json",
526
+ "inlineCompletions": "inlineCompletions/powershell.json",
527
+ "formatting": "formatting/powershell.json",
528
+ "codeLens": "codeLens/powershell.json",
529
+ "color": "color/powershell.json",
530
+ "declaration": "declaration/powershell.json",
531
+ "inlayHints": "inlayHints/powershell.json"
532
+ }
533
+ },
534
+ {
535
+ "id": "protobuf",
536
+ "name": "Protocol Buffers",
537
+ "files": {
538
+ "completion": "completion/protobuf.json",
539
+ "defination": "defination/protobuf.json",
540
+ "hover": "hover/protobuf.json",
541
+ "codeActions": "codeActions/protobuf.json",
542
+ "documentHighlight": "documentHighlight/protobuf.json",
543
+ "documentSymbol": "documentSymbol/protobuf.json",
544
+ "links": "links/protobuf.json",
545
+ "typeDefinition": "typeDefinition/protobuf.json",
546
+ "references": "references/protobuf.json",
547
+ "implementation": "implementation/protobuf.json",
548
+ "inlineCompletions": "inlineCompletions/protobuf.json",
549
+ "formatting": "formatting/protobuf.json",
550
+ "codeLens": "codeLens/protobuf.json",
551
+ "color": "color/protobuf.json",
552
+ "declaration": "declaration/protobuf.json",
553
+ "inlayHints": "inlayHints/protobuf.json"
554
+ }
555
+ },
556
+ {
557
+ "id": "python",
558
+ "name": "Python",
559
+ "files": {
560
+ "completion": "completion/python.json",
561
+ "defination": "defination/python.json",
562
+ "hover": "hover/python.json",
563
+ "codeActions": "codeActions/python.json",
564
+ "documentHighlight": "documentHighlight/python.json",
565
+ "documentSymbol": "documentSymbol/python.json",
566
+ "links": "links/python.json",
567
+ "typeDefinition": "typeDefinition/python.json",
568
+ "references": "references/python.json",
569
+ "implementation": "implementation/python.json",
570
+ "inlineCompletions": "inlineCompletions/python.json",
571
+ "formatting": "formatting/python.json",
572
+ "codeLens": "codeLens/python.json",
573
+ "color": "color/python.json",
574
+ "declaration": "declaration/python.json",
575
+ "inlayHints": "inlayHints/python.json"
576
+ }
577
+ },
578
+ {
579
+ "id": "redis-cli",
580
+ "name": "Redis CLI",
581
+ "files": {
582
+ "completion": "completion/redis-cli.json",
583
+ "defination": "defination/redis-cli.json",
584
+ "hover": "hover/redis-cli.json",
585
+ "codeActions": "codeActions/redis-cli.json",
586
+ "documentHighlight": "documentHighlight/redis-cli.json",
587
+ "documentSymbol": "documentSymbol/redis-cli.json",
588
+ "links": "links/redis-cli.json",
589
+ "typeDefinition": "typeDefinition/redis-cli.json",
590
+ "references": "references/redis-cli.json",
591
+ "implementation": "implementation/redis-cli.json",
592
+ "inlineCompletions": "inlineCompletions/redis-cli.json",
593
+ "formatting": "formatting/redis-cli.json",
594
+ "codeLens": "codeLens/redis-cli.json",
595
+ "color": "color/redis-cli.json",
596
+ "declaration": "declaration/redis-cli.json",
597
+ "inlayHints": "inlayHints/redis-cli.json"
598
+ }
599
+ },
600
+ {
601
+ "id": "ruby",
602
+ "name": "Ruby",
603
+ "files": {
604
+ "completion": "completion/ruby.json",
605
+ "defination": "defination/ruby.json",
606
+ "hover": "hover/ruby.json",
607
+ "codeActions": "codeActions/ruby.json",
608
+ "documentHighlight": "documentHighlight/ruby.json",
609
+ "documentSymbol": "documentSymbol/ruby.json",
610
+ "links": "links/ruby.json",
611
+ "typeDefinition": "typeDefinition/ruby.json",
612
+ "references": "references/ruby.json",
613
+ "implementation": "implementation/ruby.json",
614
+ "inlineCompletions": "inlineCompletions/ruby.json",
615
+ "formatting": "formatting/ruby.json",
616
+ "codeLens": "codeLens/ruby.json",
617
+ "color": "color/ruby.json",
618
+ "declaration": "declaration/ruby.json",
619
+ "inlayHints": "inlayHints/ruby.json"
620
+ }
621
+ },
622
+ {
623
+ "id": "rust",
624
+ "name": "Rust",
625
+ "files": {
626
+ "completion": "completion/rust.json",
627
+ "defination": "defination/rust.json",
628
+ "hover": "hover/rust.json",
629
+ "codeActions": "codeActions/rust.json",
630
+ "documentHighlight": "documentHighlight/rust.json",
631
+ "documentSymbol": "documentSymbol/rust.json",
632
+ "links": "links/rust.json",
633
+ "typeDefinition": "typeDefinition/rust.json",
634
+ "references": "references/rust.json",
635
+ "implementation": "implementation/rust.json",
636
+ "inlineCompletions": "inlineCompletions/rust.json",
637
+ "formatting": "formatting/rust.json",
638
+ "codeLens": "codeLens/rust.json",
639
+ "color": "color/rust.json",
640
+ "declaration": "declaration/rust.json",
641
+ "inlayHints": "inlayHints/rust.json"
642
+ }
643
+ },
644
+ {
645
+ "id": "sql",
646
+ "name": "SQL",
647
+ "files": {
648
+ "completion": "completion/sql.json",
649
+ "defination": "defination/sql.json",
650
+ "hover": "hover/sql.json",
651
+ "codeActions": "codeActions/sql.json",
652
+ "documentHighlight": "documentHighlight/sql.json",
653
+ "documentSymbol": "documentSymbol/sql.json",
654
+ "links": "links/sql.json",
655
+ "typeDefinition": "typeDefinition/sql.json",
656
+ "references": "references/sql.json",
657
+ "implementation": "implementation/sql.json",
658
+ "inlineCompletions": "inlineCompletions/sql.json",
659
+ "formatting": "formatting/sql.json",
660
+ "codeLens": "codeLens/sql.json",
661
+ "color": "color/sql.json",
662
+ "declaration": "declaration/sql.json",
663
+ "inlayHints": "inlayHints/sql.json"
664
+ }
665
+ },
666
+ {
667
+ "id": "ssh_config",
668
+ "name": "SSH Config",
669
+ "files": {
670
+ "completion": "completion/ssh_config.json",
671
+ "defination": "defination/ssh_config.json",
672
+ "hover": "hover/ssh_config.json",
673
+ "codeActions": "codeActions/ssh_config.json",
674
+ "documentHighlight": "documentHighlight/ssh_config.json",
675
+ "documentSymbol": "documentSymbol/ssh_config.json",
676
+ "links": "links/ssh_config.json",
677
+ "typeDefinition": "typeDefinition/ssh_config.json",
678
+ "references": "references/ssh_config.json",
679
+ "implementation": "implementation/ssh_config.json",
680
+ "inlineCompletions": "inlineCompletions/ssh_config.json",
681
+ "formatting": "formatting/ssh_config.json",
682
+ "codeLens": "codeLens/ssh_config.json",
683
+ "color": "color/ssh_config.json",
684
+ "declaration": "declaration/ssh_config.json",
685
+ "inlayHints": "inlayHints/ssh_config.json"
686
+ }
687
+ },
688
+ {
689
+ "id": "systemd",
690
+ "name": "Systemd Unit",
691
+ "files": {
692
+ "completion": "completion/systemd.json",
693
+ "defination": "defination/systemd.json",
694
+ "hover": "hover/systemd.json",
695
+ "codeActions": "codeActions/systemd.json",
696
+ "documentHighlight": "documentHighlight/systemd.json",
697
+ "documentSymbol": "documentSymbol/systemd.json",
698
+ "links": "links/systemd.json",
699
+ "typeDefinition": "typeDefinition/systemd.json",
700
+ "references": "references/systemd.json",
701
+ "implementation": "implementation/systemd.json",
702
+ "inlineCompletions": "inlineCompletions/systemd.json",
703
+ "formatting": "formatting/systemd.json",
704
+ "codeLens": "codeLens/systemd.json",
705
+ "color": "color/systemd.json",
706
+ "declaration": "declaration/systemd.json",
707
+ "inlayHints": "inlayHints/systemd.json"
708
+ }
709
+ },
710
+ {
711
+ "id": "toml",
712
+ "name": "TOML",
713
+ "files": {
714
+ "completion": "completion/toml.json",
715
+ "defination": "defination/toml.json",
716
+ "hover": "hover/toml.json",
717
+ "codeActions": "codeActions/toml.json",
718
+ "documentHighlight": "documentHighlight/toml.json",
719
+ "documentSymbol": "documentSymbol/toml.json",
720
+ "links": "links/toml.json",
721
+ "typeDefinition": "typeDefinition/toml.json",
722
+ "references": "references/toml.json",
723
+ "implementation": "implementation/toml.json",
724
+ "inlineCompletions": "inlineCompletions/toml.json",
725
+ "formatting": "formatting/toml.json",
726
+ "codeLens": "codeLens/toml.json",
727
+ "color": "color/toml.json",
728
+ "declaration": "declaration/toml.json",
729
+ "inlayHints": "inlayHints/toml.json"
730
+ }
731
+ },
732
+ {
733
+ "id": "typescript",
734
+ "name": "TypeScript",
735
+ "files": {
736
+ "completion": "completion/typescript.json",
737
+ "defination": "defination/typescript.json",
738
+ "hover": "hover/typescript.json",
739
+ "codeActions": "codeActions/typescript.json",
740
+ "documentHighlight": "documentHighlight/typescript.json",
741
+ "documentSymbol": "documentSymbol/typescript.json",
742
+ "links": "links/typescript.json",
743
+ "typeDefinition": "typeDefinition/typescript.json",
744
+ "references": "references/typescript.json",
745
+ "implementation": "implementation/typescript.json",
746
+ "inlineCompletions": "inlineCompletions/typescript.json",
747
+ "formatting": "formatting/typescript.json",
748
+ "codeLens": "codeLens/typescript.json",
749
+ "color": "color/typescript.json",
750
+ "declaration": "declaration/typescript.json",
751
+ "inlayHints": "inlayHints/typescript.json"
752
+ }
753
+ },
754
+ {
755
+ "id": "xml",
756
+ "name": "XML",
757
+ "files": {
758
+ "completion": "completion/xml.json",
759
+ "defination": "defination/xml.json",
760
+ "hover": "hover/xml.json",
761
+ "codeActions": "codeActions/xml.json",
762
+ "documentHighlight": "documentHighlight/xml.json",
763
+ "documentSymbol": "documentSymbol/xml.json",
764
+ "links": "links/xml.json",
765
+ "typeDefinition": "typeDefinition/xml.json",
766
+ "references": "references/xml.json",
767
+ "implementation": "implementation/xml.json",
768
+ "inlineCompletions": "inlineCompletions/xml.json",
769
+ "formatting": "formatting/xml.json",
770
+ "codeLens": "codeLens/xml.json",
771
+ "color": "color/xml.json",
772
+ "declaration": "declaration/xml.json",
773
+ "inlayHints": "inlayHints/xml.json"
774
+ }
775
+ },
776
+ {
777
+ "id": "yaml",
778
+ "name": "YAML",
779
+ "files": {
780
+ "completion": "completion/yaml.json",
781
+ "defination": "defination/yaml.json",
782
+ "hover": "hover/yaml.json",
783
+ "codeActions": "codeActions/yaml.json",
784
+ "documentHighlight": "documentHighlight/yaml.json",
785
+ "documentSymbol": "documentSymbol/yaml.json",
786
+ "links": "links/yaml.json",
787
+ "typeDefinition": "typeDefinition/yaml.json",
788
+ "references": "references/yaml.json",
789
+ "implementation": "implementation/yaml.json",
790
+ "inlineCompletions": "inlineCompletions/yaml.json",
791
+ "formatting": "formatting/yaml.json",
792
+ "codeLens": "codeLens/yaml.json",
793
+ "color": "color/yaml.json",
794
+ "declaration": "declaration/yaml.json",
795
+ "inlayHints": "inlayHints/yaml.json"
796
+ }
797
+ },
798
+ {
799
+ "id": "zsh",
800
+ "name": "Zsh",
801
+ "files": {
802
+ "completion": "completion/zsh.json",
803
+ "defination": "defination/zsh.json",
804
+ "hover": "hover/zsh.json",
805
+ "codeActions": "codeActions/zsh.json",
806
+ "documentHighlight": "documentHighlight/zsh.json",
807
+ "documentSymbol": "documentSymbol/zsh.json",
808
+ "links": "links/zsh.json",
809
+ "typeDefinition": "typeDefinition/zsh.json",
810
+ "references": "references/zsh.json",
811
+ "implementation": "implementation/zsh.json",
812
+ "inlineCompletions": "inlineCompletions/zsh.json",
813
+ "formatting": "formatting/zsh.json",
814
+ "codeLens": "codeLens/zsh.json",
815
+ "color": "color/zsh.json",
816
+ "declaration": "declaration/zsh.json",
817
+ "inlayHints": "inlayHints/zsh.json"
818
+ }
819
+ }
820
+ ],
821
+ "directories": {
822
+ "completion": {
823
+ "description": "Autocomplete suggestions with snippets, functions, keywords, and documentation",
824
+ "files": [
825
+ "awk.json",
826
+ "bash.json",
827
+ "c.json",
828
+ "caddy.json",
829
+ "cpp.json",
830
+ "crontab.json",
831
+ "csharp.json",
832
+ "dockerfile.json",
833
+ "dotenv.json",
834
+ "go.json",
835
+ "graphql.json",
836
+ "hcl.json",
837
+ "html.json",
838
+ "ini.json",
839
+ "java.json",
840
+ "javascript.json",
841
+ "json.json",
842
+ "lua.json",
843
+ "makefile.json",
844
+ "markdown.json",
845
+ "nginx.json",
846
+ "perl.json",
847
+ "php.json",
848
+ "powershell.json",
849
+ "protobuf.json",
850
+ "python.json",
851
+ "redis-cli.json",
852
+ "ruby.json",
853
+ "rust.json",
854
+ "sql.json",
855
+ "ssh_config.json",
856
+ "systemd.json",
857
+ "toml.json",
858
+ "typescript.json",
859
+ "xml.json",
860
+ "yaml.json",
861
+ "zsh.json"
862
+ ]
863
+ },
864
+ "defination": {
865
+ "description": "Type definitions, class signatures, method members, and module documentation",
866
+ "files": [
867
+ "awk.json",
868
+ "bash.json",
869
+ "c.json",
870
+ "caddy.json",
871
+ "cpp.json",
872
+ "crontab.json",
873
+ "csharp.json",
874
+ "dockerfile.json",
875
+ "dotenv.json",
876
+ "go.json",
877
+ "graphql.json",
878
+ "hcl.json",
879
+ "html.json",
880
+ "ini.json",
881
+ "java.json",
882
+ "javascript.json",
883
+ "json.json",
884
+ "lua.json",
885
+ "makefile.json",
886
+ "markdown.json",
887
+ "nginx.json",
888
+ "perl.json",
889
+ "php.json",
890
+ "powershell.json",
891
+ "protobuf.json",
892
+ "python.json",
893
+ "redis-cli.json",
894
+ "ruby.json",
895
+ "rust.json",
896
+ "sql.json",
897
+ "ssh_config.json",
898
+ "systemd.json",
899
+ "toml.json",
900
+ "typescript.json",
901
+ "xml.json",
902
+ "yaml.json",
903
+ "zsh.json"
904
+ ]
905
+ },
906
+ "hover": {
907
+ "description": "Hover tooltips with function signatures, descriptions, and usage examples",
908
+ "files": [
909
+ "awk.json",
910
+ "bash.json",
911
+ "c.json",
912
+ "caddy.json",
913
+ "cpp.json",
914
+ "crontab.json",
915
+ "csharp.json",
916
+ "dockerfile.json",
917
+ "dotenv.json",
918
+ "go.json",
919
+ "graphql.json",
920
+ "hcl.json",
921
+ "html.json",
922
+ "ini.json",
923
+ "java.json",
924
+ "javascript.json",
925
+ "json.json",
926
+ "lua.json",
927
+ "makefile.json",
928
+ "markdown.json",
929
+ "nginx.json",
930
+ "perl.json",
931
+ "php.json",
932
+ "powershell.json",
933
+ "protobuf.json",
934
+ "python.json",
935
+ "redis-cli.json",
936
+ "ruby.json",
937
+ "rust.json",
938
+ "sql.json",
939
+ "ssh_config.json",
940
+ "systemd.json",
941
+ "toml.json",
942
+ "typescript.json",
943
+ "xml.json",
944
+ "yaml.json",
945
+ "zsh.json"
946
+ ]
947
+ },
948
+ "codeActions": {
949
+ "description": "Quick-fix and refactoring code actions",
950
+ "files": [
951
+ "awk.json",
952
+ "bash.json",
953
+ "c.json",
954
+ "caddy.json",
955
+ "cpp.json",
956
+ "crontab.json",
957
+ "csharp.json",
958
+ "dockerfile.json",
959
+ "dotenv.json",
960
+ "go.json",
961
+ "graphql.json",
962
+ "hcl.json",
963
+ "html.json",
964
+ "ini.json",
965
+ "java.json",
966
+ "javascript.json",
967
+ "json.json",
968
+ "lua.json",
969
+ "makefile.json",
970
+ "markdown.json",
971
+ "nginx.json",
972
+ "perl.json",
973
+ "php.json",
974
+ "powershell.json",
975
+ "protobuf.json",
976
+ "python.json",
977
+ "redis-cli.json",
978
+ "ruby.json",
979
+ "rust.json",
980
+ "sql.json",
981
+ "ssh_config.json",
982
+ "systemd.json",
983
+ "toml.json",
984
+ "typescript.json",
985
+ "xml.json",
986
+ "yaml.json",
987
+ "zsh.json"
988
+ ]
989
+ },
990
+ "documentHighlight": {
991
+ "description": "Symbol and keyword highlight groups",
992
+ "files": [
993
+ "awk.json",
994
+ "bash.json",
995
+ "c.json",
996
+ "caddy.json",
997
+ "cpp.json",
998
+ "crontab.json",
999
+ "csharp.json",
1000
+ "dockerfile.json",
1001
+ "dotenv.json",
1002
+ "go.json",
1003
+ "graphql.json",
1004
+ "hcl.json",
1005
+ "html.json",
1006
+ "ini.json",
1007
+ "java.json",
1008
+ "javascript.json",
1009
+ "json.json",
1010
+ "lua.json",
1011
+ "makefile.json",
1012
+ "markdown.json",
1013
+ "nginx.json",
1014
+ "perl.json",
1015
+ "php.json",
1016
+ "powershell.json",
1017
+ "protobuf.json",
1018
+ "python.json",
1019
+ "redis-cli.json",
1020
+ "ruby.json",
1021
+ "rust.json",
1022
+ "sql.json",
1023
+ "ssh_config.json",
1024
+ "systemd.json",
1025
+ "toml.json",
1026
+ "typescript.json",
1027
+ "xml.json",
1028
+ "yaml.json",
1029
+ "zsh.json"
1030
+ ]
1031
+ },
1032
+ "documentSymbol": {
1033
+ "description": "Document symbol/outline patterns",
1034
+ "files": [
1035
+ "awk.json",
1036
+ "bash.json",
1037
+ "c.json",
1038
+ "caddy.json",
1039
+ "cpp.json",
1040
+ "crontab.json",
1041
+ "csharp.json",
1042
+ "dockerfile.json",
1043
+ "dotenv.json",
1044
+ "go.json",
1045
+ "graphql.json",
1046
+ "hcl.json",
1047
+ "html.json",
1048
+ "ini.json",
1049
+ "java.json",
1050
+ "javascript.json",
1051
+ "json.json",
1052
+ "lua.json",
1053
+ "makefile.json",
1054
+ "markdown.json",
1055
+ "nginx.json",
1056
+ "perl.json",
1057
+ "php.json",
1058
+ "powershell.json",
1059
+ "protobuf.json",
1060
+ "python.json",
1061
+ "redis-cli.json",
1062
+ "ruby.json",
1063
+ "rust.json",
1064
+ "sql.json",
1065
+ "ssh_config.json",
1066
+ "systemd.json",
1067
+ "toml.json",
1068
+ "typescript.json",
1069
+ "xml.json",
1070
+ "yaml.json",
1071
+ "zsh.json"
1072
+ ]
1073
+ },
1074
+ "links": {
1075
+ "description": "Clickable link patterns for imports, URLs, and references",
1076
+ "files": [
1077
+ "awk.json",
1078
+ "bash.json",
1079
+ "c.json",
1080
+ "caddy.json",
1081
+ "cpp.json",
1082
+ "crontab.json",
1083
+ "csharp.json",
1084
+ "dockerfile.json",
1085
+ "dotenv.json",
1086
+ "go.json",
1087
+ "graphql.json",
1088
+ "hcl.json",
1089
+ "html.json",
1090
+ "ini.json",
1091
+ "java.json",
1092
+ "javascript.json",
1093
+ "json.json",
1094
+ "lua.json",
1095
+ "makefile.json",
1096
+ "markdown.json",
1097
+ "nginx.json",
1098
+ "perl.json",
1099
+ "php.json",
1100
+ "powershell.json",
1101
+ "protobuf.json",
1102
+ "python.json",
1103
+ "redis-cli.json",
1104
+ "ruby.json",
1105
+ "rust.json",
1106
+ "sql.json",
1107
+ "ssh_config.json",
1108
+ "systemd.json",
1109
+ "toml.json",
1110
+ "typescript.json",
1111
+ "xml.json",
1112
+ "yaml.json",
1113
+ "zsh.json"
1114
+ ]
1115
+ },
1116
+ "typeDefinition": {
1117
+ "description": "Type definition information for built-in types",
1118
+ "files": [
1119
+ "awk.json",
1120
+ "bash.json",
1121
+ "c.json",
1122
+ "caddy.json",
1123
+ "cpp.json",
1124
+ "crontab.json",
1125
+ "csharp.json",
1126
+ "dockerfile.json",
1127
+ "dotenv.json",
1128
+ "go.json",
1129
+ "graphql.json",
1130
+ "hcl.json",
1131
+ "html.json",
1132
+ "ini.json",
1133
+ "java.json",
1134
+ "javascript.json",
1135
+ "json.json",
1136
+ "lua.json",
1137
+ "makefile.json",
1138
+ "markdown.json",
1139
+ "nginx.json",
1140
+ "perl.json",
1141
+ "php.json",
1142
+ "powershell.json",
1143
+ "protobuf.json",
1144
+ "python.json",
1145
+ "redis-cli.json",
1146
+ "ruby.json",
1147
+ "rust.json",
1148
+ "sql.json",
1149
+ "ssh_config.json",
1150
+ "systemd.json",
1151
+ "toml.json",
1152
+ "typescript.json",
1153
+ "xml.json",
1154
+ "yaml.json",
1155
+ "zsh.json"
1156
+ ]
1157
+ },
1158
+ "references": {
1159
+ "description": "Reference patterns for finding symbol usages",
1160
+ "files": [
1161
+ "awk.json",
1162
+ "bash.json",
1163
+ "c.json",
1164
+ "caddy.json",
1165
+ "cpp.json",
1166
+ "crontab.json",
1167
+ "csharp.json",
1168
+ "dockerfile.json",
1169
+ "dotenv.json",
1170
+ "go.json",
1171
+ "graphql.json",
1172
+ "hcl.json",
1173
+ "html.json",
1174
+ "ini.json",
1175
+ "java.json",
1176
+ "javascript.json",
1177
+ "json.json",
1178
+ "lua.json",
1179
+ "makefile.json",
1180
+ "markdown.json",
1181
+ "nginx.json",
1182
+ "perl.json",
1183
+ "php.json",
1184
+ "powershell.json",
1185
+ "protobuf.json",
1186
+ "python.json",
1187
+ "redis-cli.json",
1188
+ "ruby.json",
1189
+ "rust.json",
1190
+ "sql.json",
1191
+ "ssh_config.json",
1192
+ "systemd.json",
1193
+ "toml.json",
1194
+ "typescript.json",
1195
+ "xml.json",
1196
+ "yaml.json",
1197
+ "zsh.json"
1198
+ ]
1199
+ },
1200
+ "implementation": {
1201
+ "description": "Implementation patterns for interfaces, traits, and protocols",
1202
+ "files": [
1203
+ "awk.json",
1204
+ "bash.json",
1205
+ "c.json",
1206
+ "caddy.json",
1207
+ "cpp.json",
1208
+ "crontab.json",
1209
+ "csharp.json",
1210
+ "dockerfile.json",
1211
+ "dotenv.json",
1212
+ "go.json",
1213
+ "graphql.json",
1214
+ "hcl.json",
1215
+ "html.json",
1216
+ "ini.json",
1217
+ "java.json",
1218
+ "javascript.json",
1219
+ "json.json",
1220
+ "lua.json",
1221
+ "makefile.json",
1222
+ "markdown.json",
1223
+ "nginx.json",
1224
+ "perl.json",
1225
+ "php.json",
1226
+ "powershell.json",
1227
+ "protobuf.json",
1228
+ "python.json",
1229
+ "redis-cli.json",
1230
+ "ruby.json",
1231
+ "rust.json",
1232
+ "sql.json",
1233
+ "ssh_config.json",
1234
+ "systemd.json",
1235
+ "toml.json",
1236
+ "typescript.json",
1237
+ "xml.json",
1238
+ "yaml.json",
1239
+ "zsh.json"
1240
+ ]
1241
+ },
1242
+ "inlineCompletions": {
1243
+ "description": "Ghost-text inline completion templates",
1244
+ "files": [
1245
+ "awk.json",
1246
+ "bash.json",
1247
+ "c.json",
1248
+ "caddy.json",
1249
+ "cpp.json",
1250
+ "crontab.json",
1251
+ "csharp.json",
1252
+ "dockerfile.json",
1253
+ "dotenv.json",
1254
+ "go.json",
1255
+ "graphql.json",
1256
+ "hcl.json",
1257
+ "html.json",
1258
+ "ini.json",
1259
+ "java.json",
1260
+ "javascript.json",
1261
+ "json.json",
1262
+ "lua.json",
1263
+ "makefile.json",
1264
+ "markdown.json",
1265
+ "nginx.json",
1266
+ "perl.json",
1267
+ "php.json",
1268
+ "powershell.json",
1269
+ "protobuf.json",
1270
+ "python.json",
1271
+ "redis-cli.json",
1272
+ "ruby.json",
1273
+ "rust.json",
1274
+ "sql.json",
1275
+ "ssh_config.json",
1276
+ "systemd.json",
1277
+ "toml.json",
1278
+ "typescript.json",
1279
+ "xml.json",
1280
+ "yaml.json",
1281
+ "zsh.json"
1282
+ ]
1283
+ },
1284
+ "formatting": {
1285
+ "description": "Document formatting rules and indentation patterns",
1286
+ "files": [
1287
+ "awk.json",
1288
+ "bash.json",
1289
+ "c.json",
1290
+ "caddy.json",
1291
+ "cpp.json",
1292
+ "crontab.json",
1293
+ "csharp.json",
1294
+ "dockerfile.json",
1295
+ "dotenv.json",
1296
+ "go.json",
1297
+ "graphql.json",
1298
+ "hcl.json",
1299
+ "html.json",
1300
+ "ini.json",
1301
+ "java.json",
1302
+ "javascript.json",
1303
+ "json.json",
1304
+ "lua.json",
1305
+ "makefile.json",
1306
+ "markdown.json",
1307
+ "nginx.json",
1308
+ "perl.json",
1309
+ "php.json",
1310
+ "powershell.json",
1311
+ "protobuf.json",
1312
+ "python.json",
1313
+ "redis-cli.json",
1314
+ "ruby.json",
1315
+ "rust.json",
1316
+ "sql.json",
1317
+ "ssh_config.json",
1318
+ "systemd.json",
1319
+ "toml.json",
1320
+ "typescript.json",
1321
+ "xml.json",
1322
+ "yaml.json",
1323
+ "zsh.json"
1324
+ ]
1325
+ },
1326
+ "codeLens": {
1327
+ "description": "Inline code lens action patterns",
1328
+ "files": [
1329
+ "awk.json",
1330
+ "bash.json",
1331
+ "c.json",
1332
+ "caddy.json",
1333
+ "cpp.json",
1334
+ "crontab.json",
1335
+ "csharp.json",
1336
+ "dockerfile.json",
1337
+ "dotenv.json",
1338
+ "go.json",
1339
+ "graphql.json",
1340
+ "hcl.json",
1341
+ "html.json",
1342
+ "ini.json",
1343
+ "java.json",
1344
+ "javascript.json",
1345
+ "json.json",
1346
+ "lua.json",
1347
+ "makefile.json",
1348
+ "markdown.json",
1349
+ "nginx.json",
1350
+ "perl.json",
1351
+ "php.json",
1352
+ "powershell.json",
1353
+ "protobuf.json",
1354
+ "python.json",
1355
+ "redis-cli.json",
1356
+ "ruby.json",
1357
+ "rust.json",
1358
+ "sql.json",
1359
+ "ssh_config.json",
1360
+ "systemd.json",
1361
+ "toml.json",
1362
+ "typescript.json",
1363
+ "xml.json",
1364
+ "yaml.json",
1365
+ "zsh.json"
1366
+ ]
1367
+ },
1368
+ "color": {
1369
+ "description": "Color literal patterns and named color definitions",
1370
+ "files": [
1371
+ "awk.json",
1372
+ "bash.json",
1373
+ "c.json",
1374
+ "caddy.json",
1375
+ "cpp.json",
1376
+ "crontab.json",
1377
+ "csharp.json",
1378
+ "dockerfile.json",
1379
+ "dotenv.json",
1380
+ "go.json",
1381
+ "graphql.json",
1382
+ "hcl.json",
1383
+ "html.json",
1384
+ "ini.json",
1385
+ "java.json",
1386
+ "javascript.json",
1387
+ "json.json",
1388
+ "lua.json",
1389
+ "makefile.json",
1390
+ "markdown.json",
1391
+ "nginx.json",
1392
+ "perl.json",
1393
+ "php.json",
1394
+ "powershell.json",
1395
+ "protobuf.json",
1396
+ "python.json",
1397
+ "redis-cli.json",
1398
+ "ruby.json",
1399
+ "rust.json",
1400
+ "sql.json",
1401
+ "ssh_config.json",
1402
+ "systemd.json",
1403
+ "toml.json",
1404
+ "typescript.json",
1405
+ "xml.json",
1406
+ "yaml.json",
1407
+ "zsh.json"
1408
+ ]
1409
+ },
1410
+ "declaration": {
1411
+ "description": "Symbol declaration data and patterns",
1412
+ "files": [
1413
+ "awk.json",
1414
+ "bash.json",
1415
+ "c.json",
1416
+ "caddy.json",
1417
+ "cpp.json",
1418
+ "crontab.json",
1419
+ "csharp.json",
1420
+ "dockerfile.json",
1421
+ "dotenv.json",
1422
+ "go.json",
1423
+ "graphql.json",
1424
+ "hcl.json",
1425
+ "html.json",
1426
+ "ini.json",
1427
+ "java.json",
1428
+ "javascript.json",
1429
+ "json.json",
1430
+ "lua.json",
1431
+ "makefile.json",
1432
+ "markdown.json",
1433
+ "nginx.json",
1434
+ "perl.json",
1435
+ "php.json",
1436
+ "powershell.json",
1437
+ "protobuf.json",
1438
+ "python.json",
1439
+ "redis-cli.json",
1440
+ "ruby.json",
1441
+ "rust.json",
1442
+ "sql.json",
1443
+ "ssh_config.json",
1444
+ "systemd.json",
1445
+ "toml.json",
1446
+ "typescript.json",
1447
+ "xml.json",
1448
+ "yaml.json",
1449
+ "zsh.json"
1450
+ ]
1451
+ },
1452
+ "inlayHints": {
1453
+ "description": "Inline type and parameter hint patterns",
1454
+ "files": [
1455
+ "awk.json",
1456
+ "bash.json",
1457
+ "c.json",
1458
+ "caddy.json",
1459
+ "cpp.json",
1460
+ "crontab.json",
1461
+ "csharp.json",
1462
+ "dockerfile.json",
1463
+ "dotenv.json",
1464
+ "go.json",
1465
+ "graphql.json",
1466
+ "hcl.json",
1467
+ "html.json",
1468
+ "ini.json",
1469
+ "java.json",
1470
+ "javascript.json",
1471
+ "json.json",
1472
+ "lua.json",
1473
+ "makefile.json",
1474
+ "markdown.json",
1475
+ "nginx.json",
1476
+ "perl.json",
1477
+ "php.json",
1478
+ "powershell.json",
1479
+ "protobuf.json",
1480
+ "python.json",
1481
+ "redis-cli.json",
1482
+ "ruby.json",
1483
+ "rust.json",
1484
+ "sql.json",
1485
+ "ssh_config.json",
1486
+ "systemd.json",
1487
+ "toml.json",
1488
+ "typescript.json",
1489
+ "xml.json",
1490
+ "yaml.json",
1491
+ "zsh.json"
1492
+ ]
1493
+ }
1494
+ },
1495
+ "totalLanguages": 37,
1496
+ "totalFiles": 629
1497
+ }