@enjoys/context-engine 1.0.9 → 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 +1 -0
  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 -470
  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
@@ -0,0 +1,166 @@
1
+ {
2
+ "language": "java",
3
+ "referencePatterns": [
4
+ {
5
+ "symbol": "System.out.println",
6
+ "patterns": [
7
+ "\\\\bSystem\\.out\\.println\\\\b"
8
+ ],
9
+ "includeDeclaration": true,
10
+ "description": "Find all usages of System.out.println"
11
+ },
12
+ {
13
+ "symbol": "System.out.print",
14
+ "patterns": [
15
+ "\\\\bSystem\\.out\\.print\\\\b"
16
+ ],
17
+ "includeDeclaration": true,
18
+ "description": "Find all usages of System.out.print"
19
+ },
20
+ {
21
+ "symbol": "System.err.println",
22
+ "patterns": [
23
+ "\\\\bSystem\\.err\\.println\\\\b"
24
+ ],
25
+ "includeDeclaration": true,
26
+ "description": "Find all usages of System.err.println"
27
+ },
28
+ {
29
+ "symbol": "Math.max",
30
+ "patterns": [
31
+ "\\\\bMath\\.max\\\\b"
32
+ ],
33
+ "includeDeclaration": true,
34
+ "description": "Find all usages of Math.max"
35
+ },
36
+ {
37
+ "symbol": "Math.min",
38
+ "patterns": [
39
+ "\\\\bMath\\.min\\\\b"
40
+ ],
41
+ "includeDeclaration": true,
42
+ "description": "Find all usages of Math.min"
43
+ },
44
+ {
45
+ "symbol": "Math.abs",
46
+ "patterns": [
47
+ "\\\\bMath\\.abs\\\\b"
48
+ ],
49
+ "includeDeclaration": true,
50
+ "description": "Find all usages of Math.abs"
51
+ },
52
+ {
53
+ "symbol": "Math.sqrt",
54
+ "patterns": [
55
+ "\\\\bMath\\.sqrt\\\\b"
56
+ ],
57
+ "includeDeclaration": true,
58
+ "description": "Find all usages of Math.sqrt"
59
+ },
60
+ {
61
+ "symbol": "Math.pow",
62
+ "patterns": [
63
+ "\\\\bMath\\.pow\\\\b"
64
+ ],
65
+ "includeDeclaration": true,
66
+ "description": "Find all usages of Math.pow"
67
+ },
68
+ {
69
+ "symbol": "Math.random",
70
+ "patterns": [
71
+ "\\\\bMath\\.random\\\\b"
72
+ ],
73
+ "includeDeclaration": true,
74
+ "description": "Find all usages of Math.random"
75
+ },
76
+ {
77
+ "symbol": "Math.round",
78
+ "patterns": [
79
+ "\\\\bMath\\.round\\\\b"
80
+ ],
81
+ "includeDeclaration": true,
82
+ "description": "Find all usages of Math.round"
83
+ },
84
+ {
85
+ "symbol": "Math.floor",
86
+ "patterns": [
87
+ "\\\\bMath\\.floor\\\\b"
88
+ ],
89
+ "includeDeclaration": true,
90
+ "description": "Find all usages of Math.floor"
91
+ },
92
+ {
93
+ "symbol": "Math.ceil",
94
+ "patterns": [
95
+ "\\\\bMath\\.ceil\\\\b"
96
+ ],
97
+ "includeDeclaration": true,
98
+ "description": "Find all usages of Math.ceil"
99
+ },
100
+ {
101
+ "symbol": "String.valueOf",
102
+ "patterns": [
103
+ "\\\\bString\\.valueOf\\\\b"
104
+ ],
105
+ "includeDeclaration": true,
106
+ "description": "Find all usages of String.valueOf"
107
+ },
108
+ {
109
+ "symbol": "String.format",
110
+ "patterns": [
111
+ "\\\\bString\\.format\\\\b"
112
+ ],
113
+ "includeDeclaration": true,
114
+ "description": "Find all usages of String.format"
115
+ },
116
+ {
117
+ "symbol": "Integer.parseInt",
118
+ "patterns": [
119
+ "\\\\bInteger\\.parseInt\\\\b"
120
+ ],
121
+ "includeDeclaration": true,
122
+ "description": "Find all usages of Integer.parseInt"
123
+ },
124
+ {
125
+ "symbol": "Integer.valueOf",
126
+ "patterns": [
127
+ "\\\\bInteger\\.valueOf\\\\b"
128
+ ],
129
+ "includeDeclaration": true,
130
+ "description": "Find all usages of Integer.valueOf"
131
+ },
132
+ {
133
+ "symbol": "Double.parseDouble",
134
+ "patterns": [
135
+ "\\\\bDouble\\.parseDouble\\\\b"
136
+ ],
137
+ "includeDeclaration": true,
138
+ "description": "Find all usages of Double.parseDouble"
139
+ },
140
+ {
141
+ "symbol": "Long.parseLong",
142
+ "patterns": [
143
+ "\\\\bLong\\.parseLong\\\\b"
144
+ ],
145
+ "includeDeclaration": true,
146
+ "description": "Find all usages of Long.parseLong"
147
+ },
148
+ {
149
+ "symbol": "Arrays.sort",
150
+ "patterns": [
151
+ "\\\\bArrays\\.sort\\\\b"
152
+ ],
153
+ "includeDeclaration": true,
154
+ "description": "Find all usages of Arrays.sort"
155
+ },
156
+ {
157
+ "symbol": "Arrays.asList",
158
+ "patterns": [
159
+ "\\\\bArrays\\.asList\\\\b"
160
+ ],
161
+ "includeDeclaration": true,
162
+ "description": "Find all usages of Arrays.asList"
163
+ }
164
+ ],
165
+ "identifierPattern": "[a-zA-Z_$][a-zA-Z0-9_$]*"
166
+ }
@@ -0,0 +1,166 @@
1
+ {
2
+ "language": "javascript",
3
+ "referencePatterns": [
4
+ {
5
+ "symbol": "console.log",
6
+ "patterns": [
7
+ "\\\\bconsole\\.log\\\\b"
8
+ ],
9
+ "includeDeclaration": true,
10
+ "description": "Find all usages of console.log"
11
+ },
12
+ {
13
+ "symbol": "console.error",
14
+ "patterns": [
15
+ "\\\\bconsole\\.error\\\\b"
16
+ ],
17
+ "includeDeclaration": true,
18
+ "description": "Find all usages of console.error"
19
+ },
20
+ {
21
+ "symbol": "console.warn",
22
+ "patterns": [
23
+ "\\\\bconsole\\.warn\\\\b"
24
+ ],
25
+ "includeDeclaration": true,
26
+ "description": "Find all usages of console.warn"
27
+ },
28
+ {
29
+ "symbol": "console.info",
30
+ "patterns": [
31
+ "\\\\bconsole\\.info\\\\b"
32
+ ],
33
+ "includeDeclaration": true,
34
+ "description": "Find all usages of console.info"
35
+ },
36
+ {
37
+ "symbol": "console.table",
38
+ "patterns": [
39
+ "\\\\bconsole\\.table\\\\b"
40
+ ],
41
+ "includeDeclaration": true,
42
+ "description": "Find all usages of console.table"
43
+ },
44
+ {
45
+ "symbol": "console.time",
46
+ "patterns": [
47
+ "\\\\bconsole\\.time\\\\b"
48
+ ],
49
+ "includeDeclaration": true,
50
+ "description": "Find all usages of console.time"
51
+ },
52
+ {
53
+ "symbol": "console.timeEnd",
54
+ "patterns": [
55
+ "\\\\bconsole\\.timeEnd\\\\b"
56
+ ],
57
+ "includeDeclaration": true,
58
+ "description": "Find all usages of console.timeEnd"
59
+ },
60
+ {
61
+ "symbol": "console.dir",
62
+ "patterns": [
63
+ "\\\\bconsole\\.dir\\\\b"
64
+ ],
65
+ "includeDeclaration": true,
66
+ "description": "Find all usages of console.dir"
67
+ },
68
+ {
69
+ "symbol": "console.trace",
70
+ "patterns": [
71
+ "\\\\bconsole\\.trace\\\\b"
72
+ ],
73
+ "includeDeclaration": true,
74
+ "description": "Find all usages of console.trace"
75
+ },
76
+ {
77
+ "symbol": "console.group",
78
+ "patterns": [
79
+ "\\\\bconsole\\.group\\\\b"
80
+ ],
81
+ "includeDeclaration": true,
82
+ "description": "Find all usages of console.group"
83
+ },
84
+ {
85
+ "symbol": "console.groupEnd",
86
+ "patterns": [
87
+ "\\\\bconsole\\.groupEnd\\\\b"
88
+ ],
89
+ "includeDeclaration": true,
90
+ "description": "Find all usages of console.groupEnd"
91
+ },
92
+ {
93
+ "symbol": "console.assert",
94
+ "patterns": [
95
+ "\\\\bconsole\\.assert\\\\b"
96
+ ],
97
+ "includeDeclaration": true,
98
+ "description": "Find all usages of console.assert"
99
+ },
100
+ {
101
+ "symbol": "console.clear",
102
+ "patterns": [
103
+ "\\\\bconsole\\.clear\\\\b"
104
+ ],
105
+ "includeDeclaration": true,
106
+ "description": "Find all usages of console.clear"
107
+ },
108
+ {
109
+ "symbol": "JSON.parse",
110
+ "patterns": [
111
+ "\\\\bJSON\\.parse\\\\b"
112
+ ],
113
+ "includeDeclaration": true,
114
+ "description": "Find all usages of JSON.parse"
115
+ },
116
+ {
117
+ "symbol": "JSON.stringify",
118
+ "patterns": [
119
+ "\\\\bJSON\\.stringify\\\\b"
120
+ ],
121
+ "includeDeclaration": true,
122
+ "description": "Find all usages of JSON.stringify"
123
+ },
124
+ {
125
+ "symbol": "parseInt",
126
+ "patterns": [
127
+ "\\\\bparseInt\\\\b"
128
+ ],
129
+ "includeDeclaration": true,
130
+ "description": "Find all usages of parseInt"
131
+ },
132
+ {
133
+ "symbol": "parseFloat",
134
+ "patterns": [
135
+ "\\\\bparseFloat\\\\b"
136
+ ],
137
+ "includeDeclaration": true,
138
+ "description": "Find all usages of parseFloat"
139
+ },
140
+ {
141
+ "symbol": "isNaN",
142
+ "patterns": [
143
+ "\\\\bisNaN\\\\b"
144
+ ],
145
+ "includeDeclaration": true,
146
+ "description": "Find all usages of isNaN"
147
+ },
148
+ {
149
+ "symbol": "isFinite",
150
+ "patterns": [
151
+ "\\\\bisFinite\\\\b"
152
+ ],
153
+ "includeDeclaration": true,
154
+ "description": "Find all usages of isFinite"
155
+ },
156
+ {
157
+ "symbol": "encodeURI",
158
+ "patterns": [
159
+ "\\\\bencodeURI\\\\b"
160
+ ],
161
+ "includeDeclaration": true,
162
+ "description": "Find all usages of encodeURI"
163
+ }
164
+ ],
165
+ "identifierPattern": "[a-zA-Z_$][a-zA-Z0-9_$]*"
166
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "language": "json",
3
+ "referencePatterns": [],
4
+ "identifierPattern": "[a-zA-Z_][a-zA-Z0-9_]*"
5
+ }
@@ -0,0 +1,166 @@
1
+ {
2
+ "language": "lua",
3
+ "referencePatterns": [
4
+ {
5
+ "symbol": "print",
6
+ "patterns": [
7
+ "\\\\bprint\\\\b"
8
+ ],
9
+ "includeDeclaration": true,
10
+ "description": "Find all usages of print"
11
+ },
12
+ {
13
+ "symbol": "type",
14
+ "patterns": [
15
+ "\\\\btype\\\\b"
16
+ ],
17
+ "includeDeclaration": true,
18
+ "description": "Find all usages of type"
19
+ },
20
+ {
21
+ "symbol": "tostring",
22
+ "patterns": [
23
+ "\\\\btostring\\\\b"
24
+ ],
25
+ "includeDeclaration": true,
26
+ "description": "Find all usages of tostring"
27
+ },
28
+ {
29
+ "symbol": "tonumber",
30
+ "patterns": [
31
+ "\\\\btonumber\\\\b"
32
+ ],
33
+ "includeDeclaration": true,
34
+ "description": "Find all usages of tonumber"
35
+ },
36
+ {
37
+ "symbol": "pairs",
38
+ "patterns": [
39
+ "\\\\bpairs\\\\b"
40
+ ],
41
+ "includeDeclaration": true,
42
+ "description": "Find all usages of pairs"
43
+ },
44
+ {
45
+ "symbol": "ipairs",
46
+ "patterns": [
47
+ "\\\\bipairs\\\\b"
48
+ ],
49
+ "includeDeclaration": true,
50
+ "description": "Find all usages of ipairs"
51
+ },
52
+ {
53
+ "symbol": "next",
54
+ "patterns": [
55
+ "\\\\bnext\\\\b"
56
+ ],
57
+ "includeDeclaration": true,
58
+ "description": "Find all usages of next"
59
+ },
60
+ {
61
+ "symbol": "select",
62
+ "patterns": [
63
+ "\\\\bselect\\\\b"
64
+ ],
65
+ "includeDeclaration": true,
66
+ "description": "Find all usages of select"
67
+ },
68
+ {
69
+ "symbol": "rawget",
70
+ "patterns": [
71
+ "\\\\brawget\\\\b"
72
+ ],
73
+ "includeDeclaration": true,
74
+ "description": "Find all usages of rawget"
75
+ },
76
+ {
77
+ "symbol": "rawset",
78
+ "patterns": [
79
+ "\\\\brawset\\\\b"
80
+ ],
81
+ "includeDeclaration": true,
82
+ "description": "Find all usages of rawset"
83
+ },
84
+ {
85
+ "symbol": "rawequal",
86
+ "patterns": [
87
+ "\\\\brawequal\\\\b"
88
+ ],
89
+ "includeDeclaration": true,
90
+ "description": "Find all usages of rawequal"
91
+ },
92
+ {
93
+ "symbol": "rawlen",
94
+ "patterns": [
95
+ "\\\\brawlen\\\\b"
96
+ ],
97
+ "includeDeclaration": true,
98
+ "description": "Find all usages of rawlen"
99
+ },
100
+ {
101
+ "symbol": "setmetatable",
102
+ "patterns": [
103
+ "\\\\bsetmetatable\\\\b"
104
+ ],
105
+ "includeDeclaration": true,
106
+ "description": "Find all usages of setmetatable"
107
+ },
108
+ {
109
+ "symbol": "getmetatable",
110
+ "patterns": [
111
+ "\\\\bgetmetatable\\\\b"
112
+ ],
113
+ "includeDeclaration": true,
114
+ "description": "Find all usages of getmetatable"
115
+ },
116
+ {
117
+ "symbol": "pcall",
118
+ "patterns": [
119
+ "\\\\bpcall\\\\b"
120
+ ],
121
+ "includeDeclaration": true,
122
+ "description": "Find all usages of pcall"
123
+ },
124
+ {
125
+ "symbol": "xpcall",
126
+ "patterns": [
127
+ "\\\\bxpcall\\\\b"
128
+ ],
129
+ "includeDeclaration": true,
130
+ "description": "Find all usages of xpcall"
131
+ },
132
+ {
133
+ "symbol": "error",
134
+ "patterns": [
135
+ "\\\\berror\\\\b"
136
+ ],
137
+ "includeDeclaration": true,
138
+ "description": "Find all usages of error"
139
+ },
140
+ {
141
+ "symbol": "assert",
142
+ "patterns": [
143
+ "\\\\bassert\\\\b"
144
+ ],
145
+ "includeDeclaration": true,
146
+ "description": "Find all usages of assert"
147
+ },
148
+ {
149
+ "symbol": "require",
150
+ "patterns": [
151
+ "\\\\brequire\\\\b"
152
+ ],
153
+ "includeDeclaration": true,
154
+ "description": "Find all usages of require"
155
+ },
156
+ {
157
+ "symbol": "dofile",
158
+ "patterns": [
159
+ "\\\\bdofile\\\\b"
160
+ ],
161
+ "includeDeclaration": true,
162
+ "description": "Find all usages of dofile"
163
+ }
164
+ ],
165
+ "identifierPattern": "[a-zA-Z_][a-zA-Z0-9_]*"
166
+ }
@@ -0,0 +1,166 @@
1
+ {
2
+ "language": "makefile",
3
+ "referencePatterns": [
4
+ {
5
+ "symbol": "wildcard",
6
+ "patterns": [
7
+ "\\\\bwildcard\\\\b"
8
+ ],
9
+ "includeDeclaration": true,
10
+ "description": "Find all usages of wildcard"
11
+ },
12
+ {
13
+ "symbol": "patsubst",
14
+ "patterns": [
15
+ "\\\\bpatsubst\\\\b"
16
+ ],
17
+ "includeDeclaration": true,
18
+ "description": "Find all usages of patsubst"
19
+ },
20
+ {
21
+ "symbol": "subst",
22
+ "patterns": [
23
+ "\\\\bsubst\\\\b"
24
+ ],
25
+ "includeDeclaration": true,
26
+ "description": "Find all usages of subst"
27
+ },
28
+ {
29
+ "symbol": "strip",
30
+ "patterns": [
31
+ "\\\\bstrip\\\\b"
32
+ ],
33
+ "includeDeclaration": true,
34
+ "description": "Find all usages of strip"
35
+ },
36
+ {
37
+ "symbol": "findstring",
38
+ "patterns": [
39
+ "\\\\bfindstring\\\\b"
40
+ ],
41
+ "includeDeclaration": true,
42
+ "description": "Find all usages of findstring"
43
+ },
44
+ {
45
+ "symbol": "filter",
46
+ "patterns": [
47
+ "\\\\bfilter\\\\b"
48
+ ],
49
+ "includeDeclaration": true,
50
+ "description": "Find all usages of filter"
51
+ },
52
+ {
53
+ "symbol": "filter-out",
54
+ "patterns": [
55
+ "\\\\bfilter-out\\\\b"
56
+ ],
57
+ "includeDeclaration": true,
58
+ "description": "Find all usages of filter-out"
59
+ },
60
+ {
61
+ "symbol": "sort",
62
+ "patterns": [
63
+ "\\\\bsort\\\\b"
64
+ ],
65
+ "includeDeclaration": true,
66
+ "description": "Find all usages of sort"
67
+ },
68
+ {
69
+ "symbol": "word",
70
+ "patterns": [
71
+ "\\\\bword\\\\b"
72
+ ],
73
+ "includeDeclaration": true,
74
+ "description": "Find all usages of word"
75
+ },
76
+ {
77
+ "symbol": "wordlist",
78
+ "patterns": [
79
+ "\\\\bwordlist\\\\b"
80
+ ],
81
+ "includeDeclaration": true,
82
+ "description": "Find all usages of wordlist"
83
+ },
84
+ {
85
+ "symbol": "words",
86
+ "patterns": [
87
+ "\\\\bwords\\\\b"
88
+ ],
89
+ "includeDeclaration": true,
90
+ "description": "Find all usages of words"
91
+ },
92
+ {
93
+ "symbol": "firstword",
94
+ "patterns": [
95
+ "\\\\bfirstword\\\\b"
96
+ ],
97
+ "includeDeclaration": true,
98
+ "description": "Find all usages of firstword"
99
+ },
100
+ {
101
+ "symbol": "lastword",
102
+ "patterns": [
103
+ "\\\\blastword\\\\b"
104
+ ],
105
+ "includeDeclaration": true,
106
+ "description": "Find all usages of lastword"
107
+ },
108
+ {
109
+ "symbol": "dir",
110
+ "patterns": [
111
+ "\\\\bdir\\\\b"
112
+ ],
113
+ "includeDeclaration": true,
114
+ "description": "Find all usages of dir"
115
+ },
116
+ {
117
+ "symbol": "notdir",
118
+ "patterns": [
119
+ "\\\\bnotdir\\\\b"
120
+ ],
121
+ "includeDeclaration": true,
122
+ "description": "Find all usages of notdir"
123
+ },
124
+ {
125
+ "symbol": "suffix",
126
+ "patterns": [
127
+ "\\\\bsuffix\\\\b"
128
+ ],
129
+ "includeDeclaration": true,
130
+ "description": "Find all usages of suffix"
131
+ },
132
+ {
133
+ "symbol": "basename",
134
+ "patterns": [
135
+ "\\\\bbasename\\\\b"
136
+ ],
137
+ "includeDeclaration": true,
138
+ "description": "Find all usages of basename"
139
+ },
140
+ {
141
+ "symbol": "addsuffix",
142
+ "patterns": [
143
+ "\\\\baddsuffix\\\\b"
144
+ ],
145
+ "includeDeclaration": true,
146
+ "description": "Find all usages of addsuffix"
147
+ },
148
+ {
149
+ "symbol": "addprefix",
150
+ "patterns": [
151
+ "\\\\baddprefix\\\\b"
152
+ ],
153
+ "includeDeclaration": true,
154
+ "description": "Find all usages of addprefix"
155
+ },
156
+ {
157
+ "symbol": "join",
158
+ "patterns": [
159
+ "\\\\bjoin\\\\b"
160
+ ],
161
+ "includeDeclaration": true,
162
+ "description": "Find all usages of join"
163
+ }
164
+ ],
165
+ "identifierPattern": "[a-zA-Z_][a-zA-Z0-9_.-]*"
166
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "language": "markdown",
3
+ "referencePatterns": [],
4
+ "identifierPattern": "[a-zA-Z_][a-zA-Z0-9_-]*"
5
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "language": "nginx",
3
+ "referencePatterns": [],
4
+ "identifierPattern": "[a-zA-Z_][a-zA-Z0-9_]*"
5
+ }