@enjoys/context-engine 1.0.9 → 1.1.1

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 (570) 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/dart.json +31 -0
  10. package/data/codeActions/docker-compose.json +112 -0
  11. package/data/codeActions/dockerfile.json +35 -0
  12. package/data/codeActions/dotenv.json +27 -0
  13. package/data/codeActions/go.json +49 -0
  14. package/data/codeActions/graphql.json +41 -0
  15. package/data/codeActions/hcl.json +35 -0
  16. package/data/codeActions/html.json +27 -0
  17. package/data/codeActions/ini.json +27 -0
  18. package/data/codeActions/java.json +35 -0
  19. package/data/codeActions/javascript.json +49 -0
  20. package/data/codeActions/json.json +27 -0
  21. package/data/codeActions/kotlin.json +18 -0
  22. package/data/codeActions/lua.json +49 -0
  23. package/data/codeActions/makefile.json +35 -0
  24. package/data/codeActions/markdown.json +27 -0
  25. package/data/codeActions/nginx.json +35 -0
  26. package/data/codeActions/perl.json +49 -0
  27. package/data/codeActions/php.json +49 -0
  28. package/data/codeActions/powershell.json +49 -0
  29. package/data/codeActions/protobuf.json +49 -0
  30. package/data/codeActions/python.json +49 -0
  31. package/data/codeActions/redis-cli.json +27 -0
  32. package/data/codeActions/ruby.json +49 -0
  33. package/data/codeActions/rust.json +49 -0
  34. package/data/codeActions/scala.json +26 -0
  35. package/data/codeActions/sql.json +41 -0
  36. package/data/codeActions/ssh_config.json +35 -0
  37. package/data/codeActions/swift.json +26 -0
  38. package/data/codeActions/systemd.json +27 -0
  39. package/data/codeActions/toml.json +27 -0
  40. package/data/codeActions/typescript.json +49 -0
  41. package/data/codeActions/xml.json +27 -0
  42. package/data/codeActions/yaml.json +27 -0
  43. package/data/codeActions/zsh.json +49 -0
  44. package/data/codeLens/awk.json +12 -0
  45. package/data/codeLens/bash.json +75 -0
  46. package/data/codeLens/c.json +12 -0
  47. package/data/codeLens/caddy.json +12 -0
  48. package/data/codeLens/cpp.json +26 -0
  49. package/data/codeLens/crontab.json +12 -0
  50. package/data/codeLens/csharp.json +33 -0
  51. package/data/codeLens/dart.json +15 -0
  52. package/data/codeLens/docker-compose.json +4 -0
  53. package/data/codeLens/dockerfile.json +4 -0
  54. package/data/codeLens/dotenv.json +4 -0
  55. package/data/codeLens/go.json +26 -0
  56. package/data/codeLens/graphql.json +33 -0
  57. package/data/codeLens/hcl.json +12 -0
  58. package/data/codeLens/html.json +12 -0
  59. package/data/codeLens/ini.json +4 -0
  60. package/data/codeLens/java.json +33 -0
  61. package/data/codeLens/javascript.json +40 -0
  62. package/data/codeLens/json.json +4 -0
  63. package/data/codeLens/kotlin.json +10 -0
  64. package/data/codeLens/lua.json +12 -0
  65. package/data/codeLens/makefile.json +19 -0
  66. package/data/codeLens/markdown.json +4 -0
  67. package/data/codeLens/nginx.json +12 -0
  68. package/data/codeLens/perl.json +19 -0
  69. package/data/codeLens/php.json +40 -0
  70. package/data/codeLens/powershell.json +26 -0
  71. package/data/codeLens/protobuf.json +26 -0
  72. package/data/codeLens/python.json +26 -0
  73. package/data/codeLens/redis-cli.json +4 -0
  74. package/data/codeLens/ruby.json +26 -0
  75. package/data/codeLens/rust.json +40 -0
  76. package/data/codeLens/scala.json +18 -0
  77. package/data/codeLens/sql.json +33 -0
  78. package/data/codeLens/ssh_config.json +4 -0
  79. package/data/codeLens/swift.json +15 -0
  80. package/data/codeLens/systemd.json +4 -0
  81. package/data/codeLens/toml.json +4 -0
  82. package/data/codeLens/typescript.json +47 -0
  83. package/data/codeLens/xml.json +12 -0
  84. package/data/codeLens/yaml.json +4 -0
  85. package/data/codeLens/zsh.json +19 -0
  86. package/data/color/awk.json +6 -0
  87. package/data/color/bash.json +100 -0
  88. package/data/color/c.json +6 -0
  89. package/data/color/caddy.json +6 -0
  90. package/data/color/cpp.json +6 -0
  91. package/data/color/crontab.json +6 -0
  92. package/data/color/csharp.json +6 -0
  93. package/data/color/dart.json +37 -0
  94. package/data/color/docker-compose.json +6 -0
  95. package/data/color/dockerfile.json +6 -0
  96. package/data/color/dotenv.json +6 -0
  97. package/data/color/go.json +6 -0
  98. package/data/color/graphql.json +6 -0
  99. package/data/color/hcl.json +6 -0
  100. package/data/color/html.json +85 -0
  101. package/data/color/ini.json +6 -0
  102. package/data/color/java.json +6 -0
  103. package/data/color/javascript.json +85 -0
  104. package/data/color/json.json +6 -0
  105. package/data/color/kotlin.json +12 -0
  106. package/data/color/lua.json +6 -0
  107. package/data/color/makefile.json +6 -0
  108. package/data/color/markdown.json +6 -0
  109. package/data/color/nginx.json +6 -0
  110. package/data/color/perl.json +6 -0
  111. package/data/color/php.json +85 -0
  112. package/data/color/powershell.json +6 -0
  113. package/data/color/protobuf.json +6 -0
  114. package/data/color/python.json +6 -0
  115. package/data/color/redis-cli.json +6 -0
  116. package/data/color/ruby.json +6 -0
  117. package/data/color/rust.json +6 -0
  118. package/data/color/scala.json +13 -0
  119. package/data/color/sql.json +6 -0
  120. package/data/color/ssh_config.json +6 -0
  121. package/data/color/swift.json +37 -0
  122. package/data/color/systemd.json +6 -0
  123. package/data/color/toml.json +6 -0
  124. package/data/color/typescript.json +85 -0
  125. package/data/color/xml.json +6 -0
  126. package/data/color/yaml.json +6 -0
  127. package/data/color/zsh.json +6 -0
  128. package/data/commands/bash.json +102 -0
  129. package/data/commands/kotlin.json +45 -0
  130. package/data/commands/manifest.json +1 -0
  131. package/data/commands/scala.json +171 -0
  132. package/data/commands/swift.json +67 -0
  133. package/data/completion/dart.json +1436 -0
  134. package/data/completion/docker-compose.json +959 -0
  135. package/data/completion/kotlin.json +1580 -0
  136. package/data/completion/scala.json +1076 -0
  137. package/data/completion/swift.json +1742 -0
  138. package/data/declaration/awk.json +175 -0
  139. package/data/declaration/bash.json +301 -0
  140. package/data/declaration/c.json +205 -0
  141. package/data/declaration/caddy.json +115 -0
  142. package/data/declaration/cpp.json +217 -0
  143. package/data/declaration/crontab.json +12 -0
  144. package/data/declaration/csharp.json +205 -0
  145. package/data/declaration/dart.json +25 -0
  146. package/data/declaration/docker-compose.json +42 -0
  147. package/data/declaration/dockerfile.json +24 -0
  148. package/data/declaration/dotenv.json +12 -0
  149. package/data/declaration/go.json +139 -0
  150. package/data/declaration/graphql.json +42 -0
  151. package/data/declaration/hcl.json +211 -0
  152. package/data/declaration/html.json +18 -0
  153. package/data/declaration/ini.json +18 -0
  154. package/data/declaration/java.json +217 -0
  155. package/data/declaration/javascript.json +217 -0
  156. package/data/declaration/json.json +12 -0
  157. package/data/declaration/kotlin.json +14 -0
  158. package/data/declaration/lua.json +199 -0
  159. package/data/declaration/makefile.json +199 -0
  160. package/data/declaration/markdown.json +18 -0
  161. package/data/declaration/nginx.json +24 -0
  162. package/data/declaration/perl.json +199 -0
  163. package/data/declaration/php.json +223 -0
  164. package/data/declaration/powershell.json +211 -0
  165. package/data/declaration/protobuf.json +30 -0
  166. package/data/declaration/python.json +205 -0
  167. package/data/declaration/redis-cli.json +186 -0
  168. package/data/declaration/ruby.json +211 -0
  169. package/data/declaration/rust.json +241 -0
  170. package/data/declaration/scala.json +23 -0
  171. package/data/declaration/sql.json +217 -0
  172. package/data/declaration/ssh_config.json +18 -0
  173. package/data/declaration/swift.json +18 -0
  174. package/data/declaration/systemd.json +18 -0
  175. package/data/declaration/toml.json +24 -0
  176. package/data/declaration/typescript.json +235 -0
  177. package/data/declaration/xml.json +18 -0
  178. package/data/declaration/yaml.json +24 -0
  179. package/data/declaration/zsh.json +205 -0
  180. package/data/defination/dart.json +369 -0
  181. package/data/defination/docker-compose.json +347 -0
  182. package/data/defination/kotlin.json +789 -0
  183. package/data/defination/scala.json +285 -0
  184. package/data/defination/swift.json +551 -0
  185. package/data/documentHighlight/awk.json +135 -0
  186. package/data/documentHighlight/bash.json +393 -0
  187. package/data/documentHighlight/c.json +183 -0
  188. package/data/documentHighlight/caddy.json +135 -0
  189. package/data/documentHighlight/cpp.json +314 -0
  190. package/data/documentHighlight/crontab.json +39 -0
  191. package/data/documentHighlight/csharp.json +363 -0
  192. package/data/documentHighlight/dart.json +84 -0
  193. package/data/documentHighlight/docker-compose.json +233 -0
  194. package/data/documentHighlight/dockerfile.json +113 -0
  195. package/data/documentHighlight/dotenv.json +19 -0
  196. package/data/documentHighlight/go.json +234 -0
  197. package/data/documentHighlight/graphql.json +104 -0
  198. package/data/documentHighlight/hcl.json +145 -0
  199. package/data/documentHighlight/html.json +180 -0
  200. package/data/documentHighlight/ini.json +36 -0
  201. package/data/documentHighlight/java.json +318 -0
  202. package/data/documentHighlight/javascript.json +262 -0
  203. package/data/documentHighlight/json.json +28 -0
  204. package/data/documentHighlight/kotlin.json +37 -0
  205. package/data/documentHighlight/lua.json +141 -0
  206. package/data/documentHighlight/makefile.json +280 -0
  207. package/data/documentHighlight/markdown.json +23 -0
  208. package/data/documentHighlight/nginx.json +215 -0
  209. package/data/documentHighlight/perl.json +288 -0
  210. package/data/documentHighlight/php.json +321 -0
  211. package/data/documentHighlight/powershell.json +320 -0
  212. package/data/documentHighlight/protobuf.json +131 -0
  213. package/data/documentHighlight/python.json +222 -0
  214. package/data/documentHighlight/redis-cli.json +23 -0
  215. package/data/documentHighlight/ruby.json +342 -0
  216. package/data/documentHighlight/rust.json +238 -0
  217. package/data/documentHighlight/scala.json +79 -0
  218. package/data/documentHighlight/sql.json +547 -0
  219. package/data/documentHighlight/ssh_config.json +236 -0
  220. package/data/documentHighlight/swift.json +89 -0
  221. package/data/documentHighlight/systemd.json +363 -0
  222. package/data/documentHighlight/toml.json +32 -0
  223. package/data/documentHighlight/typescript.json +364 -0
  224. package/data/documentHighlight/xml.json +97 -0
  225. package/data/documentHighlight/yaml.json +48 -0
  226. package/data/documentHighlight/zsh.json +266 -0
  227. package/data/documentSymbol/awk.json +12 -0
  228. package/data/documentSymbol/bash.json +124 -0
  229. package/data/documentSymbol/c.json +26 -0
  230. package/data/documentSymbol/caddy.json +19 -0
  231. package/data/documentSymbol/cpp.json +40 -0
  232. package/data/documentSymbol/crontab.json +12 -0
  233. package/data/documentSymbol/csharp.json +47 -0
  234. package/data/documentSymbol/dart.json +20 -0
  235. package/data/documentSymbol/docker-compose.json +75 -0
  236. package/data/documentSymbol/dockerfile.json +26 -0
  237. package/data/documentSymbol/dotenv.json +12 -0
  238. package/data/documentSymbol/go.json +33 -0
  239. package/data/documentSymbol/graphql.json +47 -0
  240. package/data/documentSymbol/hcl.json +33 -0
  241. package/data/documentSymbol/html.json +19 -0
  242. package/data/documentSymbol/ini.json +19 -0
  243. package/data/documentSymbol/java.json +40 -0
  244. package/data/documentSymbol/javascript.json +40 -0
  245. package/data/documentSymbol/json.json +12 -0
  246. package/data/documentSymbol/kotlin.json +15 -0
  247. package/data/documentSymbol/lua.json +19 -0
  248. package/data/documentSymbol/makefile.json +19 -0
  249. package/data/documentSymbol/markdown.json +19 -0
  250. package/data/documentSymbol/nginx.json +26 -0
  251. package/data/documentSymbol/perl.json +26 -0
  252. package/data/documentSymbol/php.json +47 -0
  253. package/data/documentSymbol/powershell.json +33 -0
  254. package/data/documentSymbol/protobuf.json +33 -0
  255. package/data/documentSymbol/python.json +26 -0
  256. package/data/documentSymbol/redis-cli.json +4 -0
  257. package/data/documentSymbol/ruby.json +33 -0
  258. package/data/documentSymbol/rust.json +68 -0
  259. package/data/documentSymbol/scala.json +21 -0
  260. package/data/documentSymbol/sql.json +40 -0
  261. package/data/documentSymbol/ssh_config.json +19 -0
  262. package/data/documentSymbol/swift.json +17 -0
  263. package/data/documentSymbol/systemd.json +19 -0
  264. package/data/documentSymbol/toml.json +26 -0
  265. package/data/documentSymbol/typescript.json +61 -0
  266. package/data/documentSymbol/xml.json +19 -0
  267. package/data/documentSymbol/yaml.json +26 -0
  268. package/data/documentSymbol/zsh.json +26 -0
  269. package/data/formatting/awk.json +28 -0
  270. package/data/formatting/bash.json +88 -0
  271. package/data/formatting/c.json +28 -0
  272. package/data/formatting/caddy.json +23 -0
  273. package/data/formatting/cpp.json +28 -0
  274. package/data/formatting/crontab.json +19 -0
  275. package/data/formatting/csharp.json +28 -0
  276. package/data/formatting/dart.json +16 -0
  277. package/data/formatting/docker-compose.json +24 -0
  278. package/data/formatting/dockerfile.json +19 -0
  279. package/data/formatting/dotenv.json +19 -0
  280. package/data/formatting/go.json +28 -0
  281. package/data/formatting/graphql.json +23 -0
  282. package/data/formatting/hcl.json +23 -0
  283. package/data/formatting/html.json +23 -0
  284. package/data/formatting/ini.json +19 -0
  285. package/data/formatting/java.json +28 -0
  286. package/data/formatting/javascript.json +28 -0
  287. package/data/formatting/json.json +23 -0
  288. package/data/formatting/kotlin.json +14 -0
  289. package/data/formatting/lua.json +28 -0
  290. package/data/formatting/makefile.json +24 -0
  291. package/data/formatting/markdown.json +19 -0
  292. package/data/formatting/nginx.json +28 -0
  293. package/data/formatting/perl.json +28 -0
  294. package/data/formatting/php.json +28 -0
  295. package/data/formatting/powershell.json +28 -0
  296. package/data/formatting/protobuf.json +23 -0
  297. package/data/formatting/python.json +28 -0
  298. package/data/formatting/redis-cli.json +19 -0
  299. package/data/formatting/ruby.json +28 -0
  300. package/data/formatting/rust.json +28 -0
  301. package/data/formatting/scala.json +17 -0
  302. package/data/formatting/sql.json +28 -0
  303. package/data/formatting/ssh_config.json +22 -0
  304. package/data/formatting/swift.json +19 -0
  305. package/data/formatting/systemd.json +19 -0
  306. package/data/formatting/toml.json +19 -0
  307. package/data/formatting/typescript.json +28 -0
  308. package/data/formatting/xml.json +23 -0
  309. package/data/formatting/yaml.json +22 -0
  310. package/data/formatting/zsh.json +28 -0
  311. package/data/hover/bash.json +579 -245
  312. package/data/hover/dart.json +161 -0
  313. package/data/hover/docker-compose.json +404 -0
  314. package/data/hover/kotlin.json +341 -0
  315. package/data/hover/scala.json +209 -0
  316. package/data/hover/swift.json +239 -0
  317. package/data/implementation/awk.json +7 -0
  318. package/data/implementation/bash.json +44 -0
  319. package/data/implementation/c.json +7 -0
  320. package/data/implementation/caddy.json +7 -0
  321. package/data/implementation/cpp.json +20 -0
  322. package/data/implementation/crontab.json +7 -0
  323. package/data/implementation/csharp.json +27 -0
  324. package/data/implementation/dart.json +14 -0
  325. package/data/implementation/docker-compose.json +7 -0
  326. package/data/implementation/dockerfile.json +7 -0
  327. package/data/implementation/dotenv.json +7 -0
  328. package/data/implementation/go.json +9 -0
  329. package/data/implementation/graphql.json +20 -0
  330. package/data/implementation/hcl.json +7 -0
  331. package/data/implementation/html.json +7 -0
  332. package/data/implementation/ini.json +7 -0
  333. package/data/implementation/java.json +27 -0
  334. package/data/implementation/javascript.json +20 -0
  335. package/data/implementation/json.json +7 -0
  336. package/data/implementation/kotlin.json +13 -0
  337. package/data/implementation/lua.json +7 -0
  338. package/data/implementation/makefile.json +7 -0
  339. package/data/implementation/markdown.json +7 -0
  340. package/data/implementation/nginx.json +7 -0
  341. package/data/implementation/perl.json +7 -0
  342. package/data/implementation/php.json +34 -0
  343. package/data/implementation/powershell.json +9 -0
  344. package/data/implementation/protobuf.json +9 -0
  345. package/data/implementation/python.json +10 -0
  346. package/data/implementation/redis-cli.json +7 -0
  347. package/data/implementation/ruby.json +20 -0
  348. package/data/implementation/rust.json +20 -0
  349. package/data/implementation/scala.json +16 -0
  350. package/data/implementation/sql.json +7 -0
  351. package/data/implementation/ssh_config.json +7 -0
  352. package/data/implementation/swift.json +14 -0
  353. package/data/implementation/systemd.json +7 -0
  354. package/data/implementation/toml.json +7 -0
  355. package/data/implementation/typescript.json +27 -0
  356. package/data/implementation/xml.json +7 -0
  357. package/data/implementation/yaml.json +7 -0
  358. package/data/implementation/zsh.json +7 -0
  359. package/data/inlayHints/awk.json +35 -0
  360. package/data/inlayHints/bash.json +207 -0
  361. package/data/inlayHints/c.json +35 -0
  362. package/data/inlayHints/caddy.json +35 -0
  363. package/data/inlayHints/cpp.json +43 -0
  364. package/data/inlayHints/crontab.json +26 -0
  365. package/data/inlayHints/csharp.json +43 -0
  366. package/data/inlayHints/dart.json +29 -0
  367. package/data/inlayHints/docker-compose.json +43 -0
  368. package/data/inlayHints/dockerfile.json +35 -0
  369. package/data/inlayHints/dotenv.json +26 -0
  370. package/data/inlayHints/go.json +43 -0
  371. package/data/inlayHints/graphql.json +26 -0
  372. package/data/inlayHints/hcl.json +43 -0
  373. package/data/inlayHints/html.json +26 -0
  374. package/data/inlayHints/ini.json +26 -0
  375. package/data/inlayHints/java.json +43 -0
  376. package/data/inlayHints/javascript.json +43 -0
  377. package/data/inlayHints/json.json +26 -0
  378. package/data/inlayHints/kotlin.json +23 -0
  379. package/data/inlayHints/lua.json +43 -0
  380. package/data/inlayHints/makefile.json +35 -0
  381. package/data/inlayHints/markdown.json +26 -0
  382. package/data/inlayHints/nginx.json +35 -0
  383. package/data/inlayHints/perl.json +43 -0
  384. package/data/inlayHints/php.json +43 -0
  385. package/data/inlayHints/powershell.json +43 -0
  386. package/data/inlayHints/protobuf.json +26 -0
  387. package/data/inlayHints/python.json +35 -0
  388. package/data/inlayHints/redis-cli.json +35 -0
  389. package/data/inlayHints/ruby.json +35 -0
  390. package/data/inlayHints/rust.json +43 -0
  391. package/data/inlayHints/scala.json +42 -0
  392. package/data/inlayHints/sql.json +43 -0
  393. package/data/inlayHints/ssh_config.json +26 -0
  394. package/data/inlayHints/swift.json +37 -0
  395. package/data/inlayHints/systemd.json +26 -0
  396. package/data/inlayHints/toml.json +26 -0
  397. package/data/inlayHints/typescript.json +43 -0
  398. package/data/inlayHints/xml.json +26 -0
  399. package/data/inlayHints/yaml.json +26 -0
  400. package/data/inlayHints/zsh.json +43 -0
  401. package/data/inlineCompletions/awk.json +17 -0
  402. package/data/inlineCompletions/bash.json +155 -0
  403. package/data/inlineCompletions/c.json +17 -0
  404. package/data/inlineCompletions/caddy.json +11 -0
  405. package/data/inlineCompletions/cpp.json +17 -0
  406. package/data/inlineCompletions/crontab.json +11 -0
  407. package/data/inlineCompletions/csharp.json +23 -0
  408. package/data/inlineCompletions/dart.json +27 -0
  409. package/data/inlineCompletions/docker-compose.json +89 -0
  410. package/data/inlineCompletions/dockerfile.json +11 -0
  411. package/data/inlineCompletions/dotenv.json +4 -0
  412. package/data/inlineCompletions/go.json +23 -0
  413. package/data/inlineCompletions/graphql.json +17 -0
  414. package/data/inlineCompletions/hcl.json +17 -0
  415. package/data/inlineCompletions/html.json +11 -0
  416. package/data/inlineCompletions/ini.json +4 -0
  417. package/data/inlineCompletions/java.json +17 -0
  418. package/data/inlineCompletions/javascript.json +17 -0
  419. package/data/inlineCompletions/json.json +4 -0
  420. package/data/inlineCompletions/kotlin.json +19 -0
  421. package/data/inlineCompletions/lua.json +17 -0
  422. package/data/inlineCompletions/makefile.json +11 -0
  423. package/data/inlineCompletions/markdown.json +4 -0
  424. package/data/inlineCompletions/nginx.json +17 -0
  425. package/data/inlineCompletions/perl.json +17 -0
  426. package/data/inlineCompletions/php.json +17 -0
  427. package/data/inlineCompletions/powershell.json +17 -0
  428. package/data/inlineCompletions/protobuf.json +17 -0
  429. package/data/inlineCompletions/python.json +23 -0
  430. package/data/inlineCompletions/redis-cli.json +4 -0
  431. package/data/inlineCompletions/ruby.json +17 -0
  432. package/data/inlineCompletions/rust.json +23 -0
  433. package/data/inlineCompletions/scala.json +26 -0
  434. package/data/inlineCompletions/sql.json +17 -0
  435. package/data/inlineCompletions/ssh_config.json +11 -0
  436. package/data/inlineCompletions/swift.json +23 -0
  437. package/data/inlineCompletions/systemd.json +4 -0
  438. package/data/inlineCompletions/toml.json +4 -0
  439. package/data/inlineCompletions/typescript.json +17 -0
  440. package/data/inlineCompletions/xml.json +4 -0
  441. package/data/inlineCompletions/yaml.json +4 -0
  442. package/data/inlineCompletions/zsh.json +17 -0
  443. package/data/links/awk.json +10 -0
  444. package/data/links/bash.json +56 -0
  445. package/data/links/c.json +15 -0
  446. package/data/links/caddy.json +15 -0
  447. package/data/links/cpp.json +15 -0
  448. package/data/links/crontab.json +10 -0
  449. package/data/links/csharp.json +15 -0
  450. package/data/links/dart.json +16 -0
  451. package/data/links/docker-compose.json +47 -0
  452. package/data/links/dockerfile.json +15 -0
  453. package/data/links/dotenv.json +10 -0
  454. package/data/links/go.json +15 -0
  455. package/data/links/graphql.json +10 -0
  456. package/data/links/hcl.json +15 -0
  457. package/data/links/html.json +15 -0
  458. package/data/links/ini.json +10 -0
  459. package/data/links/java.json +15 -0
  460. package/data/links/javascript.json +15 -0
  461. package/data/links/json.json +10 -0
  462. package/data/links/kotlin.json +10 -0
  463. package/data/links/lua.json +15 -0
  464. package/data/links/makefile.json +15 -0
  465. package/data/links/markdown.json +15 -0
  466. package/data/links/nginx.json +15 -0
  467. package/data/links/perl.json +15 -0
  468. package/data/links/php.json +15 -0
  469. package/data/links/powershell.json +15 -0
  470. package/data/links/protobuf.json +15 -0
  471. package/data/links/python.json +15 -0
  472. package/data/links/redis-cli.json +10 -0
  473. package/data/links/ruby.json +15 -0
  474. package/data/links/rust.json +15 -0
  475. package/data/links/scala.json +17 -0
  476. package/data/links/sql.json +10 -0
  477. package/data/links/ssh_config.json +15 -0
  478. package/data/links/swift.json +13 -0
  479. package/data/links/systemd.json +10 -0
  480. package/data/links/toml.json +10 -0
  481. package/data/links/typescript.json +15 -0
  482. package/data/links/xml.json +15 -0
  483. package/data/links/yaml.json +10 -0
  484. package/data/links/zsh.json +15 -0
  485. package/data/manifest.json +1535 -470
  486. package/data/references/awk.json +166 -0
  487. package/data/references/bash.json +221 -0
  488. package/data/references/c.json +166 -0
  489. package/data/references/caddy.json +134 -0
  490. package/data/references/cpp.json +166 -0
  491. package/data/references/crontab.json +5 -0
  492. package/data/references/csharp.json +166 -0
  493. package/data/references/dart.json +15 -0
  494. package/data/references/docker-compose.json +42 -0
  495. package/data/references/dockerfile.json +5 -0
  496. package/data/references/dotenv.json +5 -0
  497. package/data/references/go.json +150 -0
  498. package/data/references/graphql.json +5 -0
  499. package/data/references/hcl.json +166 -0
  500. package/data/references/html.json +5 -0
  501. package/data/references/ini.json +5 -0
  502. package/data/references/java.json +166 -0
  503. package/data/references/javascript.json +166 -0
  504. package/data/references/json.json +5 -0
  505. package/data/references/kotlin.json +12 -0
  506. package/data/references/lua.json +166 -0
  507. package/data/references/makefile.json +166 -0
  508. package/data/references/markdown.json +5 -0
  509. package/data/references/nginx.json +5 -0
  510. package/data/references/perl.json +166 -0
  511. package/data/references/php.json +166 -0
  512. package/data/references/powershell.json +166 -0
  513. package/data/references/protobuf.json +5 -0
  514. package/data/references/python.json +166 -0
  515. package/data/references/redis-cli.json +166 -0
  516. package/data/references/ruby.json +166 -0
  517. package/data/references/rust.json +166 -0
  518. package/data/references/scala.json +15 -0
  519. package/data/references/sql.json +166 -0
  520. package/data/references/ssh_config.json +5 -0
  521. package/data/references/swift.json +14 -0
  522. package/data/references/systemd.json +5 -0
  523. package/data/references/toml.json +5 -0
  524. package/data/references/typescript.json +166 -0
  525. package/data/references/xml.json +5 -0
  526. package/data/references/yaml.json +5 -0
  527. package/data/references/zsh.json +166 -0
  528. package/data/typeDefinition/awk.json +29 -0
  529. package/data/typeDefinition/bash.json +95 -0
  530. package/data/typeDefinition/c.json +149 -0
  531. package/data/typeDefinition/caddy.json +4 -0
  532. package/data/typeDefinition/cpp.json +257 -0
  533. package/data/typeDefinition/crontab.json +4 -0
  534. package/data/typeDefinition/csharp.json +251 -0
  535. package/data/typeDefinition/dart.json +35 -0
  536. package/data/typeDefinition/docker-compose.json +4 -0
  537. package/data/typeDefinition/dockerfile.json +4 -0
  538. package/data/typeDefinition/dotenv.json +4 -0
  539. package/data/typeDefinition/go.json +173 -0
  540. package/data/typeDefinition/graphql.json +35 -0
  541. package/data/typeDefinition/hcl.json +59 -0
  542. package/data/typeDefinition/html.json +4 -0
  543. package/data/typeDefinition/ini.json +4 -0
  544. package/data/typeDefinition/java.json +311 -0
  545. package/data/typeDefinition/javascript.json +293 -0
  546. package/data/typeDefinition/json.json +41 -0
  547. package/data/typeDefinition/kotlin.json +33 -0
  548. package/data/typeDefinition/lua.json +53 -0
  549. package/data/typeDefinition/makefile.json +4 -0
  550. package/data/typeDefinition/markdown.json +4 -0
  551. package/data/typeDefinition/nginx.json +4 -0
  552. package/data/typeDefinition/perl.json +47 -0
  553. package/data/typeDefinition/php.json +311 -0
  554. package/data/typeDefinition/powershell.json +167 -0
  555. package/data/typeDefinition/protobuf.json +197 -0
  556. package/data/typeDefinition/python.json +293 -0
  557. package/data/typeDefinition/redis-cli.json +59 -0
  558. package/data/typeDefinition/ruby.json +317 -0
  559. package/data/typeDefinition/rust.json +521 -0
  560. package/data/typeDefinition/scala.json +52 -0
  561. package/data/typeDefinition/sql.json +281 -0
  562. package/data/typeDefinition/ssh_config.json +4 -0
  563. package/data/typeDefinition/swift.json +56 -0
  564. package/data/typeDefinition/systemd.json +4 -0
  565. package/data/typeDefinition/toml.json +65 -0
  566. package/data/typeDefinition/typescript.json +425 -0
  567. package/data/typeDefinition/xml.json +4 -0
  568. package/data/typeDefinition/yaml.json +71 -0
  569. package/data/typeDefinition/zsh.json +35 -0
  570. package/package.json +1 -1
@@ -0,0 +1,236 @@
1
+ {
2
+ "language": "ssh_config",
3
+ "highlights": {
4
+ "Host": {
5
+ "kind": 0,
6
+ "description": "Highlights all occurrences of 'Host'"
7
+ },
8
+ "Match": {
9
+ "kind": 0,
10
+ "description": "Highlights all occurrences of 'Match'"
11
+ },
12
+ "HostName": {
13
+ "kind": 0,
14
+ "description": "Highlights all occurrences of 'HostName'"
15
+ },
16
+ "User": {
17
+ "kind": 0,
18
+ "description": "Highlights all occurrences of 'User'"
19
+ },
20
+ "Port": {
21
+ "kind": 0,
22
+ "description": "Highlights all occurrences of 'Port'"
23
+ },
24
+ "IdentityFile": {
25
+ "kind": 0,
26
+ "description": "Highlights all occurrences of 'IdentityFile'"
27
+ },
28
+ "IdentitiesOnly": {
29
+ "kind": 0,
30
+ "description": "Highlights all occurrences of 'IdentitiesOnly'"
31
+ },
32
+ "ProxyJump": {
33
+ "kind": 0,
34
+ "description": "Highlights all occurrences of 'ProxyJump'"
35
+ },
36
+ "ProxyCommand": {
37
+ "kind": 0,
38
+ "description": "Highlights all occurrences of 'ProxyCommand'"
39
+ },
40
+ "ForwardAgent": {
41
+ "kind": 0,
42
+ "description": "Highlights all occurrences of 'ForwardAgent'"
43
+ },
44
+ "ForwardX11": {
45
+ "kind": 0,
46
+ "description": "Highlights all occurrences of 'ForwardX11'"
47
+ },
48
+ "LocalForward": {
49
+ "kind": 0,
50
+ "description": "Highlights all occurrences of 'LocalForward'"
51
+ },
52
+ "RemoteForward": {
53
+ "kind": 0,
54
+ "description": "Highlights all occurrences of 'RemoteForward'"
55
+ },
56
+ "DynamicForward": {
57
+ "kind": 0,
58
+ "description": "Highlights all occurrences of 'DynamicForward'"
59
+ },
60
+ "ServerAliveInterval": {
61
+ "kind": 0,
62
+ "description": "Highlights all occurrences of 'ServerAliveInterval'"
63
+ },
64
+ "ServerAliveCountMax": {
65
+ "kind": 0,
66
+ "description": "Highlights all occurrences of 'ServerAliveCountMax'"
67
+ },
68
+ "StrictHostKeyChecking": {
69
+ "kind": 0,
70
+ "description": "Highlights all occurrences of 'StrictHostKeyChecking'"
71
+ },
72
+ "UserKnownHostsFile": {
73
+ "kind": 0,
74
+ "description": "Highlights all occurrences of 'UserKnownHostsFile'"
75
+ },
76
+ "AddKeysToAgent": {
77
+ "kind": 0,
78
+ "description": "Highlights all occurrences of 'AddKeysToAgent'"
79
+ },
80
+ "UseKeychain": {
81
+ "kind": 0,
82
+ "description": "Highlights all occurrences of 'UseKeychain'"
83
+ },
84
+ "Compression": {
85
+ "kind": 0,
86
+ "description": "Highlights all occurrences of 'Compression'"
87
+ },
88
+ "LogLevel": {
89
+ "kind": 0,
90
+ "description": "Highlights all occurrences of 'LogLevel'"
91
+ },
92
+ "ConnectTimeout": {
93
+ "kind": 0,
94
+ "description": "Highlights all occurrences of 'ConnectTimeout'"
95
+ },
96
+ "ConnectionAttempts": {
97
+ "kind": 0,
98
+ "description": "Highlights all occurrences of 'ConnectionAttempts'"
99
+ },
100
+ "TCPKeepAlive": {
101
+ "kind": 0,
102
+ "description": "Highlights all occurrences of 'TCPKeepAlive'"
103
+ },
104
+ "PasswordAuthentication": {
105
+ "kind": 0,
106
+ "description": "Highlights all occurrences of 'PasswordAuthentication'"
107
+ },
108
+ "PubkeyAuthentication": {
109
+ "kind": 0,
110
+ "description": "Highlights all occurrences of 'PubkeyAuthentication'"
111
+ },
112
+ "PreferredAuthentications": {
113
+ "kind": 0,
114
+ "description": "Highlights all occurrences of 'PreferredAuthentications'"
115
+ },
116
+ "Ciphers": {
117
+ "kind": 0,
118
+ "description": "Highlights all occurrences of 'Ciphers'"
119
+ },
120
+ "MACs": {
121
+ "kind": 0,
122
+ "description": "Highlights all occurrences of 'MACs'"
123
+ },
124
+ "KexAlgorithms": {
125
+ "kind": 0,
126
+ "description": "Highlights all occurrences of 'KexAlgorithms'"
127
+ },
128
+ "HostKeyAlgorithms": {
129
+ "kind": 0,
130
+ "description": "Highlights all occurrences of 'HostKeyAlgorithms'"
131
+ },
132
+ "SendEnv": {
133
+ "kind": 0,
134
+ "description": "Highlights all occurrences of 'SendEnv'"
135
+ },
136
+ "SetEnv": {
137
+ "kind": 0,
138
+ "description": "Highlights all occurrences of 'SetEnv'"
139
+ },
140
+ "RequestTTY": {
141
+ "kind": 0,
142
+ "description": "Highlights all occurrences of 'RequestTTY'"
143
+ },
144
+ "PermitLocalCommand": {
145
+ "kind": 0,
146
+ "description": "Highlights all occurrences of 'PermitLocalCommand'"
147
+ },
148
+ "LocalCommand": {
149
+ "kind": 0,
150
+ "description": "Highlights all occurrences of 'LocalCommand'"
151
+ },
152
+ "Include": {
153
+ "kind": 0,
154
+ "description": "Highlights all occurrences of 'Include'"
155
+ },
156
+ "CanonicalizeHostname": {
157
+ "kind": 0,
158
+ "description": "Highlights all occurrences of 'CanonicalizeHostname'"
159
+ },
160
+ "CanonicalDomains": {
161
+ "kind": 0,
162
+ "description": "Highlights all occurrences of 'CanonicalDomains'"
163
+ },
164
+ "CanonicalizeMaxDots": {
165
+ "kind": 0,
166
+ "description": "Highlights all occurrences of 'CanonicalizeMaxDots'"
167
+ },
168
+ "CanonicalizePermittedCNAMEs": {
169
+ "kind": 0,
170
+ "description": "Highlights all occurrences of 'CanonicalizePermittedCNAMEs'"
171
+ },
172
+ "CanonicalizeFallbackLocal": {
173
+ "kind": 0,
174
+ "description": "Highlights all occurrences of 'CanonicalizeFallbackLocal'"
175
+ },
176
+ "GlobalKnownHostsFile": {
177
+ "kind": 0,
178
+ "description": "Highlights all occurrences of 'GlobalKnownHostsFile'"
179
+ },
180
+ "HashKnownHosts": {
181
+ "kind": 0,
182
+ "description": "Highlights all occurrences of 'HashKnownHosts'"
183
+ },
184
+ "NumberOfPasswordPrompts": {
185
+ "kind": 0,
186
+ "description": "Highlights all occurrences of 'NumberOfPasswordPrompts'"
187
+ },
188
+ "BatchMode": {
189
+ "kind": 0,
190
+ "description": "Highlights all occurrences of 'BatchMode'"
191
+ },
192
+ "EscapeChar": {
193
+ "kind": 0,
194
+ "description": "Highlights all occurrences of 'EscapeChar'"
195
+ },
196
+ "ExitOnForwardFailure": {
197
+ "kind": 0,
198
+ "description": "Highlights all occurrences of 'ExitOnForwardFailure'"
199
+ },
200
+ "ControlMaster": {
201
+ "kind": 0,
202
+ "description": "Highlights all occurrences of 'ControlMaster'"
203
+ },
204
+ "ControlPath": {
205
+ "kind": 0,
206
+ "description": "Highlights all occurrences of 'ControlPath'"
207
+ },
208
+ "ControlPersist": {
209
+ "kind": 0,
210
+ "description": "Highlights all occurrences of 'ControlPersist'"
211
+ },
212
+ "AddressFamily": {
213
+ "kind": 0,
214
+ "description": "Highlights all occurrences of 'AddressFamily'"
215
+ },
216
+ "BindAddress": {
217
+ "kind": 0,
218
+ "description": "Highlights all occurrences of 'BindAddress'"
219
+ },
220
+ "BindInterface": {
221
+ "kind": 0,
222
+ "description": "Highlights all occurrences of 'BindInterface'"
223
+ }
224
+ },
225
+ "bracketPairs": [],
226
+ "keywordGroups": [
227
+ {
228
+ "name": "declarations",
229
+ "keywords": [
230
+ "Host",
231
+ "Match"
232
+ ],
233
+ "highlightKind": 0
234
+ }
235
+ ]
236
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "language": "swift",
3
+ "highlights": {
4
+ "func": {"kind": 0, "description": "Function declaration keyword"},
5
+ "let": {"kind": 0, "description": "Immutable variable keyword"},
6
+ "var": {"kind": 0, "description": "Mutable variable keyword"},
7
+ "class": {"kind": 0, "description": "Class declaration keyword"},
8
+ "struct": {"kind": 0, "description": "Struct declaration keyword"},
9
+ "enum": {"kind": 0, "description": "Enum declaration keyword"},
10
+ "protocol": {"kind": 0, "description": "Protocol declaration keyword"},
11
+ "extension": {"kind": 0, "description": "Extension declaration keyword"},
12
+ "actor": {"kind": 0, "description": "Actor declaration keyword"},
13
+ "import": {"kind": 0, "description": "Import keyword"},
14
+ "return": {"kind": 0, "description": "Return keyword"},
15
+ "if": {"kind": 0, "description": "Conditional keyword"},
16
+ "else": {"kind": 0, "description": "Else branch keyword"},
17
+ "guard": {"kind": 0, "description": "Guard statement keyword"},
18
+ "switch": {"kind": 0, "description": "Switch statement keyword"},
19
+ "case": {"kind": 0, "description": "Case keyword"},
20
+ "default": {"kind": 0, "description": "Default case keyword"},
21
+ "for": {"kind": 0, "description": "For loop keyword"},
22
+ "while": {"kind": 0, "description": "While loop keyword"},
23
+ "repeat": {"kind": 0, "description": "Repeat-while keyword"},
24
+ "break": {"kind": 0, "description": "Break keyword"},
25
+ "continue": {"kind": 0, "description": "Continue keyword"},
26
+ "fallthrough": {"kind": 0, "description": "Fallthrough keyword"},
27
+ "throw": {"kind": 0, "description": "Throw keyword"},
28
+ "throws": {"kind": 0, "description": "Throws keyword"},
29
+ "rethrows": {"kind": 0, "description": "Rethrows keyword"},
30
+ "try": {"kind": 0, "description": "Try keyword"},
31
+ "catch": {"kind": 0, "description": "Catch keyword"},
32
+ "do": {"kind": 0, "description": "Do block keyword"},
33
+ "defer": {"kind": 0, "description": "Defer keyword"},
34
+ "as": {"kind": 0, "description": "Type cast keyword"},
35
+ "is": {"kind": 0, "description": "Type check keyword"},
36
+ "in": {"kind": 0, "description": "In keyword"},
37
+ "where": {"kind": 0, "description": "Where clause keyword"},
38
+ "self": {"kind": 0, "description": "Self instance keyword"},
39
+ "Self": {"kind": 0, "description": "Self type keyword"},
40
+ "super": {"kind": 0, "description": "Super reference keyword"},
41
+ "init": {"kind": 0, "description": "Initializer keyword"},
42
+ "deinit": {"kind": 0, "description": "Deinitializer keyword"},
43
+ "subscript": {"kind": 0, "description": "Subscript keyword"},
44
+ "typealias": {"kind": 0, "description": "Type alias keyword"},
45
+ "associatedtype": {"kind": 0, "description": "Associated type keyword"},
46
+ "static": {"kind": 0, "description": "Static keyword"},
47
+ "final": {"kind": 0, "description": "Final keyword"},
48
+ "lazy": {"kind": 0, "description": "Lazy keyword"},
49
+ "weak": {"kind": 0, "description": "Weak reference keyword"},
50
+ "unowned": {"kind": 0, "description": "Unowned reference keyword"},
51
+ "override": {"kind": 0, "description": "Override keyword"},
52
+ "mutating": {"kind": 0, "description": "Mutating keyword"},
53
+ "nonmutating": {"kind": 0, "description": "Nonmutating keyword"},
54
+ "open": {"kind": 0, "description": "Open access keyword"},
55
+ "public": {"kind": 0, "description": "Public access keyword"},
56
+ "internal": {"kind": 0, "description": "Internal access keyword"},
57
+ "fileprivate": {"kind": 0, "description": "File-private access keyword"},
58
+ "private": {"kind": 0, "description": "Private access keyword"},
59
+ "inout": {"kind": 0, "description": "In-out parameter keyword"},
60
+ "some": {"kind": 0, "description": "Opaque type keyword"},
61
+ "any": {"kind": 0, "description": "Existential type keyword"},
62
+ "async": {"kind": 0, "description": "Async keyword"},
63
+ "await": {"kind": 0, "description": "Await keyword"},
64
+ "nonisolated": {"kind": 0, "description": "Nonisolated keyword"},
65
+ "isolated": {"kind": 0, "description": "Isolated keyword"},
66
+ "consuming": {"kind": 0, "description": "Consuming ownership keyword"},
67
+ "borrowing": {"kind": 0, "description": "Borrowing ownership keyword"},
68
+ "nil": {"kind": 0, "description": "Nil literal keyword"},
69
+ "true": {"kind": 0, "description": "Boolean true literal"},
70
+ "false": {"kind": 0, "description": "Boolean false literal"},
71
+ "required": {"kind": 0, "description": "Required initializer keyword"},
72
+ "convenience": {"kind": 0, "description": "Convenience initializer keyword"},
73
+ "optional": {"kind": 0, "description": "Optional requirement keyword"}
74
+ },
75
+ "bracketPairs": [
76
+ {"open": "{", "close": "}"},
77
+ {"open": "(", "close": ")"},
78
+ {"open": "[", "close": "]"},
79
+ {"open": "<", "close": ">"}
80
+ ],
81
+ "keywordGroups": [
82
+ {"name": "control_flow", "keywords": ["if", "else", "guard", "switch", "case", "default", "for", "while", "repeat", "return", "break", "continue", "fallthrough", "where"], "highlightKind": 0},
83
+ {"name": "declarations", "keywords": ["func", "let", "var", "class", "struct", "enum", "protocol", "extension", "actor", "typealias", "associatedtype", "init", "deinit", "subscript", "import"], "highlightKind": 0},
84
+ {"name": "modifiers", "keywords": ["static", "final", "lazy", "weak", "unowned", "override", "mutating", "nonmutating", "required", "convenience", "optional", "inout", "some", "any", "consuming", "borrowing"], "highlightKind": 0},
85
+ {"name": "access_control", "keywords": ["open", "public", "internal", "fileprivate", "private"], "highlightKind": 0},
86
+ {"name": "error_handling", "keywords": ["throw", "throws", "rethrows", "try", "catch", "do", "defer"], "highlightKind": 0},
87
+ {"name": "concurrency", "keywords": ["async", "await", "actor", "nonisolated", "isolated"], "highlightKind": 0}
88
+ ]
89
+ }
@@ -0,0 +1,363 @@
1
+ {
2
+ "language": "systemd",
3
+ "highlights": {
4
+ "[Unit]": {
5
+ "kind": 0,
6
+ "description": "Highlights all occurrences of '[Unit]'"
7
+ },
8
+ "[Service]": {
9
+ "kind": 0,
10
+ "description": "Highlights all occurrences of '[Service]'"
11
+ },
12
+ "[Install]": {
13
+ "kind": 0,
14
+ "description": "Highlights all occurrences of '[Install]'"
15
+ },
16
+ "[Timer]": {
17
+ "kind": 0,
18
+ "description": "Highlights all occurrences of '[Timer]'"
19
+ },
20
+ "[Socket]": {
21
+ "kind": 0,
22
+ "description": "Highlights all occurrences of '[Socket]'"
23
+ },
24
+ "[Mount]": {
25
+ "kind": 0,
26
+ "description": "Highlights all occurrences of '[Mount]'"
27
+ },
28
+ "[Automount]": {
29
+ "kind": 0,
30
+ "description": "Highlights all occurrences of '[Automount]'"
31
+ },
32
+ "[Swap]": {
33
+ "kind": 0,
34
+ "description": "Highlights all occurrences of '[Swap]'"
35
+ },
36
+ "[Path]": {
37
+ "kind": 0,
38
+ "description": "Highlights all occurrences of '[Path]'"
39
+ },
40
+ "[Scope]": {
41
+ "kind": 0,
42
+ "description": "Highlights all occurrences of '[Scope]'"
43
+ },
44
+ "[Slice]": {
45
+ "kind": 0,
46
+ "description": "Highlights all occurrences of '[Slice]'"
47
+ },
48
+ "[Busname]": {
49
+ "kind": 0,
50
+ "description": "Highlights all occurrences of '[Busname]'"
51
+ },
52
+ "Description": {
53
+ "kind": 0,
54
+ "description": "Highlights all occurrences of 'Description'"
55
+ },
56
+ "After": {
57
+ "kind": 0,
58
+ "description": "Highlights all occurrences of 'After'"
59
+ },
60
+ "Before": {
61
+ "kind": 0,
62
+ "description": "Highlights all occurrences of 'Before'"
63
+ },
64
+ "Wants": {
65
+ "kind": 0,
66
+ "description": "Highlights all occurrences of 'Wants'"
67
+ },
68
+ "Requires": {
69
+ "kind": 0,
70
+ "description": "Highlights all occurrences of 'Requires'"
71
+ },
72
+ "Conflicts": {
73
+ "kind": 0,
74
+ "description": "Highlights all occurrences of 'Conflicts'"
75
+ },
76
+ "BindsTo": {
77
+ "kind": 0,
78
+ "description": "Highlights all occurrences of 'BindsTo'"
79
+ },
80
+ "PartOf": {
81
+ "kind": 0,
82
+ "description": "Highlights all occurrences of 'PartOf'"
83
+ },
84
+ "Type": {
85
+ "kind": 0,
86
+ "description": "Highlights all occurrences of 'Type'"
87
+ },
88
+ "ExecStart": {
89
+ "kind": 0,
90
+ "description": "Highlights all occurrences of 'ExecStart'"
91
+ },
92
+ "ExecStartPre": {
93
+ "kind": 0,
94
+ "description": "Highlights all occurrences of 'ExecStartPre'"
95
+ },
96
+ "ExecStartPost": {
97
+ "kind": 0,
98
+ "description": "Highlights all occurrences of 'ExecStartPost'"
99
+ },
100
+ "ExecReload": {
101
+ "kind": 0,
102
+ "description": "Highlights all occurrences of 'ExecReload'"
103
+ },
104
+ "ExecStop": {
105
+ "kind": 0,
106
+ "description": "Highlights all occurrences of 'ExecStop'"
107
+ },
108
+ "ExecStopPost": {
109
+ "kind": 0,
110
+ "description": "Highlights all occurrences of 'ExecStopPost'"
111
+ },
112
+ "Restart": {
113
+ "kind": 0,
114
+ "description": "Highlights all occurrences of 'Restart'"
115
+ },
116
+ "RestartSec": {
117
+ "kind": 0,
118
+ "description": "Highlights all occurrences of 'RestartSec'"
119
+ },
120
+ "TimeoutStartSec": {
121
+ "kind": 0,
122
+ "description": "Highlights all occurrences of 'TimeoutStartSec'"
123
+ },
124
+ "TimeoutStopSec": {
125
+ "kind": 0,
126
+ "description": "Highlights all occurrences of 'TimeoutStopSec'"
127
+ },
128
+ "WatchdogSec": {
129
+ "kind": 0,
130
+ "description": "Highlights all occurrences of 'WatchdogSec'"
131
+ },
132
+ "User": {
133
+ "kind": 0,
134
+ "description": "Highlights all occurrences of 'User'"
135
+ },
136
+ "Group": {
137
+ "kind": 0,
138
+ "description": "Highlights all occurrences of 'Group'"
139
+ },
140
+ "WorkingDirectory": {
141
+ "kind": 0,
142
+ "description": "Highlights all occurrences of 'WorkingDirectory'"
143
+ },
144
+ "Environment": {
145
+ "kind": 0,
146
+ "description": "Highlights all occurrences of 'Environment'"
147
+ },
148
+ "EnvironmentFile": {
149
+ "kind": 0,
150
+ "description": "Highlights all occurrences of 'EnvironmentFile'"
151
+ },
152
+ "StandardOutput": {
153
+ "kind": 0,
154
+ "description": "Highlights all occurrences of 'StandardOutput'"
155
+ },
156
+ "StandardError": {
157
+ "kind": 0,
158
+ "description": "Highlights all occurrences of 'StandardError'"
159
+ },
160
+ "SyslogIdentifier": {
161
+ "kind": 0,
162
+ "description": "Highlights all occurrences of 'SyslogIdentifier'"
163
+ },
164
+ "PIDFile": {
165
+ "kind": 0,
166
+ "description": "Highlights all occurrences of 'PIDFile'"
167
+ },
168
+ "RemainAfterExit": {
169
+ "kind": 0,
170
+ "description": "Highlights all occurrences of 'RemainAfterExit'"
171
+ },
172
+ "KillMode": {
173
+ "kind": 0,
174
+ "description": "Highlights all occurrences of 'KillMode'"
175
+ },
176
+ "KillSignal": {
177
+ "kind": 0,
178
+ "description": "Highlights all occurrences of 'KillSignal'"
179
+ },
180
+ "ProtectSystem": {
181
+ "kind": 0,
182
+ "description": "Highlights all occurrences of 'ProtectSystem'"
183
+ },
184
+ "ProtectHome": {
185
+ "kind": 0,
186
+ "description": "Highlights all occurrences of 'ProtectHome'"
187
+ },
188
+ "PrivateTmp": {
189
+ "kind": 0,
190
+ "description": "Highlights all occurrences of 'PrivateTmp'"
191
+ },
192
+ "NoNewPrivileges": {
193
+ "kind": 0,
194
+ "description": "Highlights all occurrences of 'NoNewPrivileges'"
195
+ },
196
+ "ReadOnlyPaths": {
197
+ "kind": 0,
198
+ "description": "Highlights all occurrences of 'ReadOnlyPaths'"
199
+ },
200
+ "ReadWritePaths": {
201
+ "kind": 0,
202
+ "description": "Highlights all occurrences of 'ReadWritePaths'"
203
+ },
204
+ "WantedBy": {
205
+ "kind": 0,
206
+ "description": "Highlights all occurrences of 'WantedBy'"
207
+ },
208
+ "RequiredBy": {
209
+ "kind": 0,
210
+ "description": "Highlights all occurrences of 'RequiredBy'"
211
+ },
212
+ "Also": {
213
+ "kind": 0,
214
+ "description": "Highlights all occurrences of 'Also'"
215
+ },
216
+ "DefaultInstance": {
217
+ "kind": 0,
218
+ "description": "Highlights all occurrences of 'DefaultInstance'"
219
+ },
220
+ "OnCalendar": {
221
+ "kind": 0,
222
+ "description": "Highlights all occurrences of 'OnCalendar'"
223
+ },
224
+ "OnBootSec": {
225
+ "kind": 0,
226
+ "description": "Highlights all occurrences of 'OnBootSec'"
227
+ },
228
+ "OnUnitActiveSec": {
229
+ "kind": 0,
230
+ "description": "Highlights all occurrences of 'OnUnitActiveSec'"
231
+ },
232
+ "OnUnitInactiveSec": {
233
+ "kind": 0,
234
+ "description": "Highlights all occurrences of 'OnUnitInactiveSec'"
235
+ },
236
+ "AccuracySec": {
237
+ "kind": 0,
238
+ "description": "Highlights all occurrences of 'AccuracySec'"
239
+ },
240
+ "Persistent": {
241
+ "kind": 0,
242
+ "description": "Highlights all occurrences of 'Persistent'"
243
+ },
244
+ "ListenStream": {
245
+ "kind": 0,
246
+ "description": "Highlights all occurrences of 'ListenStream'"
247
+ },
248
+ "ListenDatagram": {
249
+ "kind": 0,
250
+ "description": "Highlights all occurrences of 'ListenDatagram'"
251
+ },
252
+ "Accept": {
253
+ "kind": 0,
254
+ "description": "Highlights all occurrences of 'Accept'"
255
+ },
256
+ "What": {
257
+ "kind": 0,
258
+ "description": "Highlights all occurrences of 'What'"
259
+ },
260
+ "Where": {
261
+ "kind": 0,
262
+ "description": "Highlights all occurrences of 'Where'"
263
+ },
264
+ "Options": {
265
+ "kind": 0,
266
+ "description": "Highlights all occurrences of 'Options'"
267
+ },
268
+ "DirectoryMode": {
269
+ "kind": 0,
270
+ "description": "Highlights all occurrences of 'DirectoryMode'"
271
+ },
272
+ "LimitNOFILE": {
273
+ "kind": 0,
274
+ "description": "Highlights all occurrences of 'LimitNOFILE'"
275
+ },
276
+ "LimitNPROC": {
277
+ "kind": 0,
278
+ "description": "Highlights all occurrences of 'LimitNPROC'"
279
+ },
280
+ "LimitAS": {
281
+ "kind": 0,
282
+ "description": "Highlights all occurrences of 'LimitAS'"
283
+ },
284
+ "LimitRSS": {
285
+ "kind": 0,
286
+ "description": "Highlights all occurrences of 'LimitRSS'"
287
+ },
288
+ "LimitCORE": {
289
+ "kind": 0,
290
+ "description": "Highlights all occurrences of 'LimitCORE'"
291
+ },
292
+ "Nice": {
293
+ "kind": 0,
294
+ "description": "Highlights all occurrences of 'Nice'"
295
+ },
296
+ "IOSchedulingClass": {
297
+ "kind": 0,
298
+ "description": "Highlights all occurrences of 'IOSchedulingClass'"
299
+ },
300
+ "IOSchedulingPriority": {
301
+ "kind": 0,
302
+ "description": "Highlights all occurrences of 'IOSchedulingPriority'"
303
+ },
304
+ "CPUSchedulingPolicy": {
305
+ "kind": 0,
306
+ "description": "Highlights all occurrences of 'CPUSchedulingPolicy'"
307
+ },
308
+ "OOMScoreAdjust": {
309
+ "kind": 0,
310
+ "description": "Highlights all occurrences of 'OOMScoreAdjust'"
311
+ },
312
+ "MemoryLimit": {
313
+ "kind": 0,
314
+ "description": "Highlights all occurrences of 'MemoryLimit'"
315
+ },
316
+ "MemoryMax": {
317
+ "kind": 0,
318
+ "description": "Highlights all occurrences of 'MemoryMax'"
319
+ },
320
+ "CPUQuota": {
321
+ "kind": 0,
322
+ "description": "Highlights all occurrences of 'CPUQuota'"
323
+ },
324
+ "TasksMax": {
325
+ "kind": 0,
326
+ "description": "Highlights all occurrences of 'TasksMax'"
327
+ },
328
+ "Delegate": {
329
+ "kind": 0,
330
+ "description": "Highlights all occurrences of 'Delegate'"
331
+ },
332
+ "Slice": {
333
+ "kind": 0,
334
+ "description": "Highlights all occurrences of 'Slice'"
335
+ }
336
+ },
337
+ "bracketPairs": [
338
+ {
339
+ "open": "[",
340
+ "close": "]"
341
+ }
342
+ ],
343
+ "keywordGroups": [
344
+ {
345
+ "name": "declarations",
346
+ "keywords": [
347
+ "[Unit]",
348
+ "[Service]",
349
+ "[Install]",
350
+ "[Timer]",
351
+ "[Socket]",
352
+ "[Mount]",
353
+ "[Automount]",
354
+ "[Swap]",
355
+ "[Path]",
356
+ "[Scope]",
357
+ "[Slice]",
358
+ "[Busname]"
359
+ ],
360
+ "highlightKind": 0
361
+ }
362
+ ]
363
+ }